.listbox-wrapper{
    height: auto;
}
.listbox-container{
    padding-top: 50px;
    padding-bottom: 50px;
}
.listbox-headers h3{
    padding:20px;
}
.listbox-headers h3:hover{
    cursor: pointer;
}

.listbox-detail{
    background-color: white;
    box-shadow: 0 0 5px #333;
    height: auto;
    padding:20px;

}
.listbox-detail img{
    float: right;
    width: 100%;
}
.listbox-detail a{
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
}
.listbox-active{
    background-color: #022a50;
    color:white !important;
    border-right:5px solid #2570b8;

}


