.ap-ca-consultation{
    display: block;
    width: 100%;
    float: left;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.ap-ca-consultation h3{
    display: block;
    width: 100%;
    float: left;
    box-sizing: border-box;
    font-size: 18px;
    color: #262B62;
    margin-bottom: 5px;
    margin-top: 0;
    font-weight: bold;
}

.ap-ca-consultations-row{
    display: block;
    width: 100%;
    float: left;
    box-sizing: border-box;
    font-size: 16px;
    margin-bottom: 5px;
}

.ap-ca-consultation-header{
    display: block;
    float: left;
    width: 100%;
    border: 1px solid #666666;
    cursor: pointer;
    padding: 5px 10px;
    background-color: #eeeeee;
}

.ap-ca-consultation-body{
    display: none;
    float: left;
    width: 100%;
    border: 1px solid #666666;
    border-top: 0;
    padding: 5px 10px;
}

.ap-ca-consultation-header-col{
    width: 33.333%;
    float: left;
    display: block;
}

.ap-ca-download{
    margin: 20px auto;
    padding: 5px 20px;
    font-size: 20px;
    font-weight: bold;
    background-color: #4d9200;
    color: white;
    text-align: center;
}

.ap-ca-download{
    background-color: #9ad717;
}

@media screen and (max-width: 1023px){
    .ap-ca-consultation-header-col {
        width: 100%;
    }
}