

body {
    font-family: 'Exo 2', sans-serif;
}

table {
    width: 900px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    margin-inline-start: auto;
    margin-inline-end: auto;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;   
}

.bordered {
    border: solid #000000 0px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #000000; 
    -moz-box-shadow: 0 1px 1px #000000; 
    box-shadow: 0 1px 1px #000000;         
}

.bordered tr:hover {
    background: #35506c;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.bordered td, .bordered th {
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
    padding: 15px;
    text-align: left;    
}

.bordered th {
    background-color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#1c1c1c));
    background-image: -webkit-linear-gradient(top, #ffffff, #1c1c1c);
    background-image:    -moz-linear-gradient(top, #ffffff, #1c1c1c);
    background-image:     -ms-linear-gradient(top, #ffffff, #1c1c1c);
    background-image:      -o-linear-gradient(top, #ffffff, #1c1c1c);
    background-image:         linear-gradient(top, #ffffff, #1c1c1c);
    -webkit-box-shadow: 0 1px 0 rgba(177, 255, 0, 0.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(177, 255, 0, 0.8) inset;  
    box-shadow: 0 1px 0 rgba(177, 255, 0, 0.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}
.a_button {
	background-color:#070707;
	padding:8px;
	position:relative;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#ffffff;
	border: solid 1px #000000;
	background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -o-linear-gradient(bottom, rgb(53, 55, 56) 0%, rgb(25, 25, 25) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(53, 55, 56) 0%, rgb(25, 25, 25) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(53, 55, 56) 0%, rgb(25, 25, 25) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(53, 55, 56) 0%, rgb(25, 25, 25) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(62, 62, 62)),
	color-stop(1, rgb(33, 33, 33))
	);
	-webkit-box-shadow: inset 0px 1px 0px #454545, 0px 1px 0px #0a597e;
	-moz-box-shadow: inset 0px 1px 0px #454545, 0px 1px 0px #0a597e;
	box-shadow: inset 0px 1px 0px #454545, 0px 1px 0px #0a597e;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.a_button:active {
	padding-bottom:9px;
	padding-left:10px;
	padding-right:10px;
	padding-top:11px;
	top:1px;
	background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(196, 50, 174)),
	color-stop(1, rgb(76, 91, 203))
	);
}