﻿.ht_button {
    color: #ffffff !important;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 100px;
    letter-spacing: 2px;
    font-size: 16px;
    font-family: 'Poppins',Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 600 !important;
    padding-top: 10px !important;
    padding-right: 32px !important;
    padding-bottom: 10px !important;
    padding-left: 32px !important;
    display: inline-block;
    margin-top: 5px;
    background: linear-gradient(90deg, #103A74, #2E5385);
}
.ht_button: after 
{
    transition: all 300ms ease 0ms;
}

div.webpartdownloadLink {
    color: #28BC00;
    margin: auto;
    text-decoration: underline;
    width: 100%;
    text-align: center;
}
a.webpartdownloadLink:link {
    color: #28BC00;
}
a.webpartdownloadLink:visited {
    color: #28BC00;
}
a.webpartdownloadLin:active {
    color: #28BC00;
}
