  html, body {
            height: 100%;
            margin: 0;
            padding: 0;
            width: 100%;
            background: #000;
            font-family: 'Roboto';
            font-weight: 100;
			color: white;
        }

        body {
            display: table;
        }

        .time {
            text-align: center;
            display: table-cell;
            vertical-align: middle;
            font-size: 100px

        }
        input[type=button] {
        		font-family: 'Roboto';
            	font-weight: 100;
   			   	color:#ccc;
			    font-size:12px;
			    padding:10px;
			    background: none;
			    border:1px solid #000;
			    -moz-border-radius:10px;
			    -webkit-border-radius:10px;
			    cursor:pointer;
			    display:inline-block;
			    outline: none;
			   
		}


