

/* Typography */
.title_subtitle_holder h1 {
color: #4f4f4f !important;
}
nav.main_menu li.active a {
    text-decoration: underline;
}
.qode-advanced-tabs .qode-advanced-tabs-nav li a {
       text-align: center;
}

.ui-state-hover h4 {
     background-color: #ffffff;
}

/* FORM */
input { width:97%; background:none; border: solid 1px #a2a2a2; height: 20px; margin: 5px 0; }
textarea { width:97%; background:none; border: solid 1px #a2a2a2; height: 40px; margin: 5px 0; }

p { padding-bottom: 15px; }
h4 { padding-bottom: 15px; }

