body {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	background-color: #222E3E;
	color: #d1d1d1;
}

footer {
	font-size: small;
}

img {
	border: 0;
}

table {
	border: 0;
	margin-left: auto;
	margin-right: auto;
}

td, th {
	padding-left: 10px;
	padding-right: 10px;
}

td.name {
	text-align: left;
	font-size: 18px;
}

td.icons {
	text-align: right;
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	background-color: #333;
	border: 1px solid transparent;
	border-color: #444;
	color: #cfcfcf;
	white-space: nowrap;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.btn:hover {
	color: #fff;
	background-color: #232323;
	border-color: #2f2f2f;
	text-decoration: none;
}

a {
	color:#4092bf;
	text-decoration:none;
}

a:hover,
a:focus {
	color: #99ccff;
	text-decoration: underline;
}

#logo {
	height: 46px;
	margin: 20px 0 20px 0;
	background: transparent url(/img/logo.png) top center no-repeat;
}
