/*
 * Developed by Igor Mino <igor@platon.sk>
 * Copyright (c) 2015 Platon Technologies Ltd, http://platon.sk
 * All rights reserved.
 *
 * Changelog:
 * 2015-10-19 - created
 */

html,
body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
}

body {
	padding-left: 20px;
	padding-right: 20px;
}

table {
	width: 100%;
}

table tr th {
	background-color: #aaa;
}

table tr td {
	border-bottom: 1px black solid;
}

a,
a:visited {
	text-decoration: none;
}

.hide {
	display: none;
}
