/* styles.css by jbt
 */

* {
    font-family: 'Lucida Console', 'Andale Mono', 'Monospac821 BT', 'Courier New', Courier, sans-serif;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
    color: #ffde69;
    font-weight: 300;
    font-size: 1em;
    line-height: 1.2em;
}

body {
    margin: 0 auto;
    padding-top: 15px;
    max-width: 1200px;
    background-color: #181817;
    color: #FFDf3F;
}

thead {
    font-weight: 200;
    font-size: 1.0em;
}

h1 {
    font-weight: 200;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.5em;
}


a {
    color: #deff3f;
    text-decoration: none;
}
    a:hover {
        color: #fffefe;
	text-decoration: underline;
	background-color: #000000;
    }
    a.clear, a.clear:link, a.clear:visited {
        color: #333;
	background-color: #000000;
        padding: 2px 0;
        font-weight: 400;
        font-size: 13px;
        margin: 0 0 0 15px;
        line-height: 13px;
        display: inline-block;
        border-bottom: transparent 1px solid;
        vertical-align: -10px;
        -webkit-transition: all 230ms ease-in;
        -moz-transition: all 230ms ease-in;
        -ms-transition: all 230ms ease-in;
        -o-transition: all 230ms ease-in;
        transition: all 200ms ease-in;
    }

input {
	margin: 0 auto;
	font-size: 100%;
	vertical-align: middle;
	*overflow: visible;
	line-height: normal;
    font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 300;
	line-height: 18px;
	color: #333;
	display: inline-block;
	height: 20px;
	padding: 4px 32px 4px 6px;
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 19px;
	color: #555;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 196px;
	background-color: #303030;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border linear .2s,box-shadow linear .2s;
	-moz-transition: border linear .2s,box-shadow linear .2s;
	-o-transition: border linear .2s,box-shadow linear .2s;
	transition: border linear .2s,box-shadow linear .2s;
}
input:focus {
	outline: 0;
	border-color: rgba(0,0,0,0.8);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(0,0,0,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(0,0,0,0.6);
}
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

#search {
	color: #FFFFFF;
	background-color: #202013;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 250px;
	margin-top: 20px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

table {
	border-collapse: collapse;
	font-size: 0.9em;
	max-width: 100%;
	margin: 18px auto 0;
}

tr {
	outline: 0;
	border: 0;
}
tr:hover td {
	color: #FFFFFF;	
	background: #000000;
}
tr td:first-of-type {
	padding-left: 9px;
	padding-right: 9px;
}
tr.parent a {
        color: #efeeea;
}

th {

	text-align: left;
	font-size: .75em;
	padding-right: 20px;
}
th + th {
	width: 20%;
}
th + th + th + th {
	width: 5%;
}

td {
	padding: 4px 0;
	outline: 0;
	border: 0;
	border-bottom: 1px solid #303030;
	vertical-align: middle;
	text-align: left;
	-webkit-transition: background 200ms ease-in;
	-moz-transition: background 200ms ease-in;
	-ms-transition: background 200ms ease-in;
	-o-transition: background 200ms ease-in;
	transition: background 200ms ease-in;
}
td:last-child,th:last-child {
	text-align: right;
	padding-right: 0;
}
td a {
	display: block;
}

.parent a:hover {
	color: #000;
}

footer {
	font-size:12px;
	text-align:center;
}
footer a {
	text-decoration: underline;
	color:#993300;
}
