﻿#page .overview-tabs > li > a, #page .overview-tabs > li > a:hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-radius: 0;
    border: 2px solid transparent !important;
    color: #fff;
    background-color: transparent;
    margin: 0;
}

#page .overview-tab-icon {
    display: block;
    width: 55px;
    height: 55px;
    fill: #695934;
    margin-bottom: 5px;
}

#page .overview-tab-label {
    display: block;
    width: 95px;
    line-height: 1.3;
}

#page .overview-tabs>li.active>a:hover, #page .overview-tabs>li.active>a {
    border-color: #695934 !important;
    color: #695934;
    background-color: #fff;
}

#page .overview-tab-content {
    padding: 30px 0;
}
