/* CSS used here will be applied after bootstrap.css */
.content_column .main_page{
    margin-top: 20px;
}
.about_conteiner{
    width: 100%;
    display: inline-flex;
}
.navbar-about-fixed-left {
    width: 100%;
    /*position: fixed;*/
    border-radius: 0;
    height: 100%;
}

.navbar-about-fixed-left .navbar-about-nav > li {
    float: none;  /* Cancel default li float: left */
    width: 100%;
    border: 1px solid #00C6D0;
    border-bottom: none;
}
.navbar-about-fixed-left .navbar-about-nav > li:first-of-type{
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.navbar-about-fixed-left .navbar-about-nav > li:last-of-type{
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom: 1px solid #00C6D0;

}
.navbar-about-fixed-left + .container {
    padding-left: 160px;
}

.container-about {
    min-height: 100px;
}
.container-about p{
    color: black;
}

.wrapper-about {
    margin-left: 140px;
}
.about_conteiner > .about_content h2{
    margin-top: 0;
}
.about_conteiner > .about_content{
    width: 100%;
    margin: 0;
    padding: 0 20px 20px 20px;
    font-size: 12px;
    font-weight: normal;
}

.about_conteiner > .about_menu{
    width: 20%;
    margin: 0;
}
.about_conteiner > .about_content  .remark {
    margin-left: 30px;
    font-style: italic;
    color: #881818;
}

.active_about_link {
    text-decoration: none;
    background-color: #eee;
    color: #23527c;
}
.active_about_link a{
    color: #23527c;
}

a{
    color: #00C6D0;
}

