/* This file is part of stationClock: Simple clock, countdown, and message board for going through stations in a lab
Copyright (C) 2016-2018 Fabio Correa facorread@gmail.com

https://github.com/facorread/stationClock
https://gitlab.com/facorread/stationClock

stationClock is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

stationClock is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with stationClock.  If not, see <http://www.gnu.org/licenses/>.
*/

* {
	margin:0;
	padding:0;
	font-family:sans-serif;
	color:white;
	background-color:black;
	border:none;
	outline:none;
	text-align:left;
}

#timeTable, #initTable {
	width:100%;
}

#timeTable td, #initTable td {
	width:50%;
}

#timeTable * {
	font-size:150px;
	line-height:0.9;
}

#initTable * {
	color:red;
}

#currentTimeCell {
	text-indent:25px;
}

#stationTimeCell {
	padding-right:100px;
	text-align:right;
}

#initTable td {
	text-align:center;
}

#stationNotes, #initTable td {
	font-size:83px;
}

#stationNotes {
	line-height:1;
	text-indent:25px;
	padding:0 50px 0 25px;
}
