body {

    font-size: 14px; 
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; 
}

.smaller {
	font-size: 12px; 
}

.container {

	background-color: white;
}

main .container {
    margin-left: 10px;;
}

a {
	color: #4d70b3 ;

}

.bold {

    text-decoration: bold;

}

a:hover {

	color: #2d9cdb;
}

.nav-link {
	font-size: 14px; 
	text-decoration: bold;

} 



#topnav {

	border-bottom:solid #4d70b3 3px;
	background-color: #2d9cdb;
}

#site-header {
	background-color: #4d70b3;
	color: white;


}

.blog-header {
	margin-bottom:0px;
}

.blog-header-logo {
	color:white;
}

.card {

	margin-top:0px;
	border: white 0px;

	
	padding-top: 2px;
}

.card-body {
	border-left: solid #2d9cdb 10px;
	/*border-bottom:solid #4d70b3 2px;*/
}

.card-header {

	background-color: white;
	border-top: white 0px;
	border-bottom:white 0px;
	padding-bottom:0px;
}

.card-footer {
	background-color: white;
	border-top:solid #4d70b3 2px; 
	border-top:0px;
	text-align: right;
	text-decoration: none;
	color:black;
	padding-top: 2px;
	margin-bottom:15px;
	padding-left: 0px;

}

.bg-light {

	background-color: #fbfbfb;
}


.card-footer-left {

    text-align:left;
    padding-left:10px;
}

.cnf-title {
	background-color: #2d9cdb;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 0px;

}

.collector-box {

	border:solid #ffd700 2px;

}

.gold-bold {
	color: #ffd700;
	font-weight: bold;
}

.bottom-border {
	border-bottom:solid #4d70b3 2px;

}

.cnf-footer {

	border-top:solid #4d70b3 2px;
	background-color: #fbfbfb;
	padding:10px;


}


.btn-primary {
	background-color: #4d70b3;
	color: #fbfbfb ;
	text-decoration: bold;
	border:0px;
	margin-right: 10px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary .btn-primary:active:focus {
	background-color: #4d70b3 !important;
	color: #2d9cdb !important;
	text-decoration: bold !important;
}

.btn-primary2 {
	background-color: #f2c94c;
	color: #fbfbfb ;
	text-decoration: bold;
	border:0px;
	margin-right: 10px;
}

.btn-primary2:hover, .btn-primary2:focus, .btn-primary2:active, .btn-primary2.active, .open>.dropdown-toggle.btn-primary2 .btn-primary2:active:focus {
	background-color: #f2c94c !important;
	color: #2d9cdb !important;
	text-decoration: bold !important;
}


.img-title {
	margin-right: 10px;
}

.pagination > li > a
{
    background-color:#fbfbfb;
    color: #4d70b3;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #5a5a5a;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a
{
    color: white;
    background-color: #4d70b3 !Important;
    border: solid 1px #4d70b3 !Important;
}

.pagination > .active > a:hover
{
    background-color: #4d70b3 !Important;
    border: solid 1px #4d70b3;
}

.add-form {

    margin-left:50px;

}

textarea {
    resize: none;
    border: solid 3px #4d70b3;
}

.captcha-input {
    resize: none;
    border: solid 3px #4d70b3;
	width: 50px;
}