/* Bootstrap Override file */
.col11 {background-color: #ffe6e6;
    background: linear-gradient(to bottom, #ffb2b2, #ffe6e6);
}
.col12 {background-color: #ffff80;
    background: linear-gradient(to bottom, #ffff80, #ffffcc);
}
.col13 {background-color: #80ff80;
    background: linear-gradient(to bottom, #80ff80, #ccffcc);
}
.col14 {background-color: #9090ff;
    background: linear-gradient(to bottom, #9090ff, #ccccff);
}
.col19 {background-color: #b280e6;
    background: linear-gradient(to bottom, #bfb1d7, #e5ccff);
}

.small-font {font-size: 12px; line-height: 1; }

/*
.navbar {margin-bottom: 0px;
}
*/

.jumbotron {background-color: #563D7C;
	background: linear-gradient(to bottom, #563D7C 0%, #6F54CC 100%); 
	color: #fff;
	padding: 5px;
	padding-top: 5px;
	}
	
.btn-warning {background-color: #ff9900;
background-image: linear-gradient(to bottom,#ff9900 0,#eb9316 100%);
}

.btn-info {background-color: #009cde;
background-image: linear-gradient(to bottom,#009cde 0,#2aabd2 100%);
}