/*
THEME NAME: IndexOf
THEME URI: http://indexof.andrejciho.com
DESCRIPTION: IndexOf
VERSION: 1.0.0
AUTHOR: Andrej Ciho
AUTHOR URI: http://indexof.andrejciho.com/
*/

body {
  font: normal 11px Courier;
}

h1 {
  font: normal 29px Times;
  font-weight: bold;
}

table {
  padding: 0;
  margin: 0;
  border-collapse: collapse;
}

table tr {
	border: 0px solid #ccc;
}

table tr td {
	border: 0px solid #ccc;
	vertical-align: bottom;
	padding: 2px 5px;
}

table tr th {
	padding: 0 5px 5px 5px;
	border-bottom: 1px solid #222;
	vertical-align: bottom;
	text-align: left;
	font-weight: normal;
}
table tr.sortbottom td {
	border-bottom: 1px solid #222;
}
p {
  padding: 0;
  margin: 10px 0;
}

td p {
  margin: 0;
}

.post .post-title {
  font-size: 2em;
}