/*
@font-face { font-family:"Open Sans"; font-weight:100; font-style:normal; src:url("fonts/Open_Sans/OpenSans-Light.ttf")       format("truetype"); }
@font-face { font-family:"Open Sans"; font-weight:100; font-style:italic; src:url("fonts/Open_Sans/OpenSans-LightItalic.ttf") format("truetype"); }
@font-face { font-family:"Open Sans"; font-weight:400; font-style:normal; src:url("fonts/Open_Sans/OpenSans-Regular.ttf")     format("truetype"); }
@font-face { font-family:"Open Sans"; font-weight:400; font-style:italic; src:url("fonts/Open_Sans/OpenSans-Italic.ttf")      format("truetype"); }
@font-face { font-family:"Open Sans"; font-weight:700; font-style:normal; src:url("fonts/Open_Sans/OpenSans-Bold.ttf")        format("truetype"); }
@font-face { font-family:"Open Sans"; font-weight:700; font-style:italic; src:url("fonts/Open_Sans/OpenSans-BoldItalic.ttf")  format("truetype"); }
*/

body
{
	background: #282828;
	color: #a0a0a0;
	font-family: "Patua One", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

h1
{
	color: #f0f0f0;
	font-size: 26px;
	font-weight: 400;
}
h1 > em
{
	color: #00a0f0;
	font-style: normal;
}

img.app-icon
{
	border-radius: 20%;
	margin: 5% auto;
	width: 70%; max-width: 256px; max-height: 256px;
}

p
{
	color: #00a0f0;
	font-size: 16px;
	font-weight: 400;
	margin: 10% auto 12% auto;
}
p > em
{
	color: #f0f0f0;
	font-style: normal;
}
a
{
	color: #00a0f0;
	text-decoration: none;
}

table td
{
	font-family: "Roboto", "Lato", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th
{
	border-top-color: #333;
}
