ul.nav-tabs{
    border-bottom: none;
    float: left;
    width: 28%;
}

ul.nav-tabs>li{
    border-bottom: 1px solid #eee;
    float: none;
}

ul.nav-tabs>li.active{
    border-bottom: 2px solid #2E9B2F;
}

ul.nav-tabs>li>a{
    font-family: "Montserrat-light", sans-serif;
}

ul.nav-tabs>li.active>a, ul.nav-tabs>li.active>a:hover, ul.nav-tabs>li.active>a:focus{
    border: none;
    color: #2E9B2F;
    outline: none;
}

.tab-content{
    float: right;
    width: 70%;
}

.tab-content .tab-title{
    color: #404040;
    font-family: "Montserrat-bold", sans-serif;
    font-size: 1.5em;
}

div.modal-body{
    pointer-events: inherit!important;
}

@media only screen and (max-width: 767px){
    ul.nav-tabs{
        float: none;
        width: 100%;
    }

    .tab-content{
        float: none;
        width: 100%;
    }
}