/* CSS Document */

.timer
    {
        width: auto;
        margin: 5px;
        float: left;
        background-color: blue;
        color: black;
        font-size: 20px;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
		text-align: center;
    }
    .time{
        background-color: #65c6f0;
        padding: 5px;
    }
    .time_text{
        background-color:rgb(27, 122, 146);
        padding: 5px;
        color: white;
        
    }
	/*.footer {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		background-color: ;
		color: white;
		text-align: center;
}*/