.download thead th:first-child, .download tbody th {
    width: 100px;
    text-align: center;
    font-weight: 400;
    padding: 20px 15px;
}

.download tbody th {
    color: #4a4a4a;
}

.download thead th, .download tbody td {
    text-align: start;
    font-weight: 400;
}

.download a:active, .download a:hover {
    outline: #000 solid 1px;
    background-color: #FFF181;
    font-weight: 500;
    padding: 5px 2px;
}

.download a {
    color: #4a4a4a;
}

.download .button {
    margin-top: 20px;
    border: none;
    padding: 10px 30px;
    background-color: #003C80;
    color: #fff;
}

.download a[type="button"]:active, .download a[type="button"]:hover {
    outline: none;
    margin-top: 20px;
    border: none;
    padding: 10px 30px;
    background-color: #003C80;
    color: #fff;
}

.question .card-header {
    position: relative;
    background-color: #fff;
    padding:30px 40px 30px 15px;
    border-bottom: none;
}

.question .card-header span {
    display: inline-block;
    width: 35px;
}

.question .card-header p {
    font-weight: 400;
    text-align: start;
}

.question .btn {
    margin-bottom: 0px;
    padding: 0px;
}

.question .collapsing {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease
}

.question .card {
    border: 1px solid #4a4a4a;
    border-radius: 2px;
    margin-bottom: 10px;
}

.question .button {
    margin-top: 20px;
    border: none;
    padding: 10px 30px;
    background-color: #003C80;
    color: #fff;
}

.question a[type="button"]:active, .download a[type="button"]:hover {
    outline: none;
    margin-top: 20px;
    border: none;
    padding: 10px 30px;
    background-color: #003C80;
    color: #fff;
}

.question .card-body {
    padding:0px 15px 30px 55px;
}

.question .card .card-header .btn[data-toggle="collapse"][aria-expanded="false"]:after {
    background-image: url('../images/plus-icon-blue.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-size: 15px;
}

.question .card .card-header [data-toggle="collapse"][aria-expanded="true"]:after {
    background-image: url('../images/line-icon-blue.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-size: 11px;
}

.question .card .card-header [data-toggle="collapse"]:after {
    content: '';
    border: 0;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    right: -20px;
    z-index: 1;
}

@media (max-width:576px) { 
    .question .card-header {
        padding: 30px 40px 30px 5px;
    }
    .question .card-body {
        padding: 0px 15px 30px 35px;
    }
}