.fa, .far, .fas {
    font-family: "Font Awesome 5 Free"!important;
}

article div#toc_container {
    display: none !important;
    opacity: 0!important;
}

article h2 > span, h3 > span {
    background: #27ae60;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    padding: 10px;
    width: 100%;
    display: block;
    border-radius: 7px;
    font-size: 1.1rem;
    font-weight: 900;
}

.volt_dropbtn {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 5px;
    background-color: #ecf0f1;
    color: #000;
    padding: 5px 16px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

.volt_dropdown {
    position: relative;
    display: inline-block;
}

.volt_dropdown-content {
    /*margin-left:5px;*/
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 90%;
    border: 1px solid #bdc3c7;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 999;
}

.volt_dropdown-content a {
    border-radius: 5px;
    color: #000 !important;
    padding: 8px 8px;
    text-decoration: none;
    display: block;
}

.volt_dropdown-content a:hover {
    color: #e74c3c !important;
}

.volt_dropdown:hover .volt_dropdown-content {
    display: block;
}

.volt_dropdown:hover .volt_dropbtn {
    background-color: #bdc3c7;
}

.volt_dropbtn span {
    display: block;
    font-size: 11px;
}

.volt_save_hist span {
    display: block;
    font-size: 11px;
}

.volt_save_hist {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 5px;
    background-color: #ecf0f1;
    color: #000;
    padding: 5px 16px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}
.volt_save_hist:hover{
    background-color: #bdc3c7;
}

.volt_lf span {
    display: block;
    font-size: 80%;
}

.volt_lf {
    color: #fff;
    width: 100%;
    font-size: 95%;
    line-height: 1.5;
    padding: 5px 0;
    cursor: pointer;
    transition: 0.3s;
}

.volt_green_bg{
    background-color: #2ecc71;
}

.volt_green_bg:hover{
    background-color: #27ae60;
}

.volt_wine_bg{
    background-color: #9b59b6;
}

.volt_wine_bg:hover{
    background-color: #8e44ad;
}

.volt_yell_bg{
    background-color: #f1c40f;
}

.volt_yell_bg:hover{
    background-color: #f39c12;
}

.volt_add_route span {
    display: block;
    font-size: 11px;
}

.volt_add_route {
    color: #fff;
    background-color: #e74c3c;
    border: #e74c3c;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 5px;
    padding: 5px 16px;
    cursor: pointer;
    transition: 0.3s;
}
.volt_add_route:hover {
    color: #fff;
    background-color: #ce4414;
    border: #c34113;
}

.volt_card-header{
    background: #007aff;
    padding: 10px;
    font-size: 25px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 1rem!important;
    margin-top: 1rem!important;
}

.volt_p--25 {
    margin: 1rem -20px!important;
}

.volt_collapsible {
    border-radius:5px;
    background-color: #ecf0f1;
    color: #000;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    margin-bottom:5px;
}

.volt_collapsible_active, .volt_collapsible:hover {
    background-color: #bdc3c7;
}

.volt_collapsible_content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #fff;
}

.volt_no_m_p{
    margin: 0!important;
    padding: 0!important;
}

.volt_my{
    margin: 1rem 0!important;
}

.volt_row {
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;/*
    margin-right: -15px;
    margin-left: -15px;*/
    margin: 10px 10px 0 10px;
}

.volt_col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 1rem;
}
.volt_col-lg-4-d {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 992px) {
    .volt_p--25{
        margin: 1rem -25px!important;
    }
    .volt_col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}
