
/**************
* FONTS
***************/
@import url(http://fonts.googleapis.com/css?family=Oxygen:300);

@font-face 
{
  font-family: 'Oxygen', "Helvetica Neue",Helvetica,Arial,sans-serif; /*brianM changed to Oxygen*/
  font-weight: normal;
  font-style: normal;
}

body {
    color: #333333;
	background-color: #f5f5f5;
    font-family: "Oxygen","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;	
    padding-bottom: 40px;
    padding: 40px;
}
.container {
    width: auto;
}
.form-signin, .form-signin-wrap {
    margin: 0 auto;
}
.form-signin {
    padding: 15px;
	   max-width: 330px;
}
.form-signin .form-control {
    -moz-box-sizing: border-box;
    font-size: 16px;
    height: auto;
    padding: 10px;
    position: relative;
}
.btn-primary {
    /*background-color: #428BCA;	
    border-color: #357EBD;*/
	background-image: none;
    color: #FFFFFF;
	background-color: #eb7b68;	
    border-color: #eb7b68;	
}
.btn-primary:hover {
	background-color: #e14c33;	
	border-color: #e14c33;	
}
.form-signin .btn-primary {
	margin-top: 1em;
}
.fl-net-link {
	text-align: center;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #e6e6e6;
}
thead {
	background-color: #428BCA;
    background-image: none;
    border-color: #357EBD;
    color: #FFFFFF;
	/*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);*/
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	border-radius: 6px;
    font-size: 18px;
    line-height: 1.33;
}
.table tbody tr:hover td, .table tbody tr:hover th {
	background-color: #f5f5f5;
}
.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #fafafa;
}
.table_one, .table_two {
	margin: 2em 0 3em;
}
.last_block {
	margin-top: 4em;
}
.last_block p {
	margin: 0 0 2em;
	color: #888;
}
.last_block h5 {
	margin: 0 0 0.2em;
	color: #666;
	font-weight: bold;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 13px;
}
table thead tr td:nth-child(1) {
	background: #5baed8;
}
table thead tr td:nth-child(2) {
	background: #9bb955;
}
table thead tr td:nth-child(3) {
	background: #efba52;
}
table thead tr td:nth-child(4) {
	background: #eb7b68;
}
table thead tr td:nth-child(5) {
	background: #b63b6c;
}
table thead tr td:nth-child(6) {
	background: #986c6a;
}
table thead tr td:nth-child(7) {
	background: #6a636f;





