@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

body {
    font: 400 14px "Roboto", Helvetica, Arial, sans-serif;
    color: #d3d3d3;
}

a {
	color: #009fe3;
	text-decoration: none;
}

a:hover {
	color: #e6007e;
	text-decoration: none;
}

.btn-primary {
	background-color: #009fe3;
	border: 0;
}

.btn-primary:hover {
	background-color: #e6007e;
	border: 0;
}

.btn-secondary {
	background-color: #d3d3d3;
	color: #3c3c3b;
	border: 0;
}

.btn-secondary:hover {
	background-color: #e6e6e6;
	color: #3c3c3b;
	border: 0;
}

.card {
	background-color: #000000;
}
	

h1 { 
	font-weight:900;
	font-size:23px;
	margin-bottom: 5px;
	margin-top:5px;
	line-height: 27px;
	color: #d3d3d3;
}

hr {
	margin-top: 3px;
	margin-bottom: 7px;
	border-color: #d3d3d3;
}

.info {
	font-size: 11px;
	font-style: oblique;
	color: #d3d3d3;
}

footer {
	background-color: #000000;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 11px;
	line-height: 1.5;
}

.table-hover > tbody > tr:hover {
  background-color: #EEEEEE;
}

.linkButton { 
     background: none;
     border: none;
     color: #009fe3;
     text-decoration: underline;
     cursor: pointer; 
}