@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'myFont';
    src: url('font/font.eot');
    src: url('font/font.eot?#iefix') format('embedded-opentype'),
         url('font/font.woff') format('woff'),
         url('font/font.ttf') format('truetype'),
         url('font/font.svg#TangerineRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
	overflow: hidden;
	height: calc(100%-50px);
}
body 
{
  color: #FFFFFF;
  background-color: #000000;
  font-family: 'myFont';
  margin: 0;
  padding: 10px;
  font-size: 36px;
  font-weight: bold;
  height: 100%;
}

table
{
	text-align:left;
	padding: 0px 0px 0px 0px;
	width: 100%;
	border-collapse: collapse;
}

td {
	line-height: 75px;
}
.small td
{
	line-height: 45px;	
}

td:first-child
{
	width: 50%;
	padding-right: 5px;
	line-height: normal;
}

td:last-child {
	padding-left: 5px;
}

.icon
{
	width: 128px;
	float: left;
}

.weather
{
	padding-top: 20px; /* 64 */
	position: relative;
	width: auto;
	text-align: right;
}

.bigtext
{
	text-align: right;
	font-size: 66px;
}

.midtext
{
	padding: 0px;
	text-align: right;
	font-size: 48px;
}

.smalltext
{
	padding: 0px;
	text-align: right;
	font-size: 28px;
}

.mbtext
{
	padding: 0px;
	text-align: right;
	font-size: 36px;
}

.temptext
{
	padding: 0px;
	text-align: right;
}

.left, .left_bold
{
	text-align: left;
	font-weight: normal;
}

.right, .right_bold, .time
{
	text-align: right;
	padding-top: 10px; 
	font-weight: normal;
	font-size: 24px;
}

.left_bold, .right_bold
{
	font-weight: bold;
	padding-right: 5px;
}

.firstline
{
	padding-top: 60px;
	padding-left: 80px;
}

.time
{
	margin-top: 1px;
	padding-right: 1px;
}

.content
{
	margin: auto;
	/*width: 600px;*/
	/*height: 650px;*/
	background: url(iPad.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

.footer 
{
    background-color: #FFFFFF;
    border-bottom: 1px solid #666666;
    color: #000000;
    display: block;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
	font-size: 40px;
	font-weight: bold;
    text-shadow: 0px 0px 0px #FFFFFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#666666));
}

.padding-top-20 td {
	padding-top: 20px !important;
}