/*
    Created on : 30.5.2014, 14:35:20
    Author     : Marek Majtán
*/
body{
    font-family: 'Segoe UI', Tahoma, sans-serif;
    font-size: 75%;
}
table{
    border-top: 2px solid silver;
    border-bottom: 2px solid silver;
    width: 100%;
    padding: 5px;
    font-size: 100%;
}
table td, table th{
    text-align: left;
    vertical-align: top;
}
table td.left, table th.left{
    width: 20%;
}
table tfoot{
    border-top: 2px solid silver;
}
.floatright{
    float: right;
    margin: 8px;
}
.floatleft{
    float: left;
    margin: 8px;
}
h1{
    font-size: 20px;
}
table.no_border{
    border: 0;
}