﻿body {
	text-align: center;
	background-color: #373737 !important;
}

body, td, th {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

img.logo  {
	width: 100%;
	margin-bottom: 14px;

	border-radius: 6px;
	box-shadow: 0 4px #444444;
}
.table {
	font: 10pt Tahoma, Verdana;
}
.thead-dark {
	color: #fff;
	background-color: #15191D;
	border-color: #32383e;
}
.thead-dark a, .thead-dark a:hover {
	color: #fff;
}
.thead-dark a:hover {
	text-decoration: underline;
}
.table-hover>tbody>tr{
	background-color: #3C464F;
	color: #fff;
}


.table-hover>tbody>tr:nth-of-type(odd){
	background-color: #303A43;
	color: #fff;
}
.table-hover>tbody>tr a {
	color: #E2EBB7;
	font-weight: bold;
}
.table-hover>tbody>tr>td {
	vertical-align: middle;
}

.ultima {
	max-width: 960px;
	margin: 0 auto;
}
.sunucu-adi {
	width: 30%;
}
.light-bg {
	background-color: #A0A5B1;
	color: #000000;

	border-radius: 6px;
	box-shadow: 0 4px #444444;
}
.light-bg a, .light-bg a:hover {
	font-weight: bold;
	color: #cc0000;
}
.light-center {
	width: 90%;
	margin: 20px auto;
}

.footer {
	padding: 20px 0px;
	color: #fff;
	text-align: center;
}
.footer a {
	color: #fff;
}
.center-100 {
	width: 100%;
	text-align: center;
	margin: 5px 0px;
}
.center-100:after {
	clear: both;
}
.white-fg {
	color: #ffffff;
}
.white-fg a, .white-fg a:hover {
	color: #02CC1A;
}
.white-fg a:hover {
	text-decoration: underline;
}
.menu {
	float: right;
	min-width: 100px;
}
.menu a, .menu a:hover {
	color: #ffffff;
}
.menu a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 960px)
{
	.table-hover td:nth-child(5) {
		display: none;
	}
	.table-hover th:nth-child(5) {
		display: none;
	}
	.table-hover td:nth-child(6) {
		display: none;
	}
	.table-hover th:nth-child(6) {
		display: none;
	}
	.table-hover td:nth-child(8) {
		display: none;
	}
	.table-hover th:nth-child(8) {
		display: none;
	}
	.table-hover td:nth-child(7) {
		display: none;
	}
	.table-hover th:nth-child(7) {
		display: none;
	}
	.table-hover td:nth-child(3) {
		display: none;
	}
	.table-hover th:nth-child(3) {
		display: none;
	}
	.sunucu-adi {
		width: 70%;
	}

}

@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css");
