/* Add here all your css styles (customizations) */
/* blue color #212b5a
// yellow #fdb706 */
.dropdown-menu{
    top:36% !important;
}
.tab-pane h2{
    color:darkred;
}

body::-webkit-scrollbar {
    width: 1em;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

h4 {
	color:#FDB706;
	float:right;
	font-style:italic;
	font-size:13px;
}