@import "stonefont.css";

@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: 'nbosans-light', Helvetica, Arial, sans-serif;
	font-size: 18px;
}

.header {
	font-family: 'nbosans-reg', Helvetica, Arial, sans-serif;
	text-align:right;
	background-color: #474747;
	padding-right:20px;
	padding-left:15px;
    padding-top: 5px;
    height: 35px;
    border-radius: 20px;

}
.header a {
	color:#FFF;
	text-decoration: none;
	font-family: 'nbosans-sembld', Helvetica, Arial, sans-serif;
}

.header a:hover {
    color: #f05323;

}

#comp {
/* 	width:800px; */
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#comp2 {
	width:800px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#comp3 {
	width:800px;
	text-align:center;
	margin-top: 120px;
	margin-left:auto;
	margin-right:auto;
}

/*
table{
	border:1px solid #989898;
	border-collapse:collapse;
 	width:800px;
	text-align:center;
}
*/

table {
    width: 70%;
    max-width: 100%;
    margin-bottom: 20px;
	margin-left:auto;
	margin-right:auto;
}

th,td{
	border:1px solid #989898;
	padding:5px;
	text-align:center;
}
tr:nth-child(2n){
	background-color: #EBEBEB;
	
}
thead{
	background-color: rgba(0, 136, 204, 0.29);	
}
tfoot{
	background-color:#ADF0C1;
	text-align:center;
}

.geri{
	color:#0054FF;
	width:50px;
	margin-left: 0px;
	margin-top: -22px;
 	font-family: nbosans-sembld, Arial, Helvetica, sans-serif; 
    letter-spacing: 2.5px;
	text-decoration:none;
}
.btn {
    position: relative;
    color: #fff;
    display: inline-block;
    background-color: #346DB4;
    margin-right: 30px;
	border-radius: 5px;
	cursor:pointer;

}
.btn:hover {
    background-color: #346DB4;
    color: #0FF;
}