/* Add here all your CSS customizations */
.align-right {text-align:right;}
.align-left {text-align:left;}
.float-right {float:right;}
.float-left {float:left;}

.simple-card {
	background: #fff;
    padding: 10px !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    border-radius: 0px;
}

.custom-tab{}
.custom-tab:active{    background: #F9F9F9;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;}

@media (min-width: 992px) {
	#header .header-nav.header-nav-stripe nav > ul > li:hover > a {
		background-color: rgba(0, 136, 204, 0.8);
	}
}
