@CHARSET "UTF-8";

@media print {
	.no-print {display:none;}
	@page {size:landscape;}
}

body {width:800px;margin:auto;padding:20px;font-family:monospace;}
textarea {max-width:744px;width:744px;height:17px;}
button {min-height:32px;min-width:100px;}
button:hover {cursor:pointer;}
input {font-family:monospace;min-width:230px;}
hr {margin:10px 40px;}

#description {width:350px;height:46px;}
.value {min-width:30px;width:145px;}
.time {font-weight:bold;color:#ffffff;background-color:#000000;}
.counter-info {border:solid 1px; padding:10px; margin:5px;}
.button-container, .time-container, .description-container {margin-right:10px;float:left;}
.time-container {}
.delete-element {color: #FF0000;cursor: pointer;font-weight: bold;height: 0;width: 0;left: 720px;position: relative;}
.counter-title {font-size:24px;font-weight:bold;padding:20px 20px 10px;text-align:center;text-shadow:2px 2px #E3E3E3;border:solid 1px #E3E3E3;}
.counter {padding:9px;border: 1px solid #E3E3E3;}
.author-info {font-family:Tahoma;font-size:10px;color:#ABABAB;font-weight:bold;text-shadw:1px 1px #D7D7D7;}
#total-time {float: left;height: 0;position: relative;top: -6px;}
#work-time {float: right;height: 0;position: relative;top: -6px;}