﻿body{
	padding-top: 60px;
}
header{
	position:fixed;
	top: 0px;
	width: 100%;
	z-index:1000;
} 
.navigation-bar-content {
	height: 45px;
}
.today{
	color: blue;
}
@font-face {
  font-family: 'Share Tech Mono';
  font-style: normal;
  font-weight: 400;
  src: local('Share Tech Mono'), local('ShareTechMono-Regular'), url(../fonts/ShareTechMono.woff) format('woff');
}
#timer{
	font-family: 'Share Tech Mono';
	margin-top: 40px;
	font-size: 72pt;
}

#timenow{
	font-family: 'Share Tech Mono';
    font-size: 42pt;
    text-align: center;
    background-color: #000;
    color: #ffffff;
    width: 255px;
    height: 50px;
    padding-top: 13px;
    padding-bottom: 40px;
    margin: auto;
}

.metro .shortcut.link{
	background-color: #fff !important;
}