  @charset "UTF-8";
/* CSS Document */



		
		
.clock-background {
    background-color: #fff;
    border: 0px solid #ccc;
    width: 100%;
    box-sizing: border-box;
}

.clock-face {
    background-color: whitesmoke;
    border-top: 2px solid #eaaa00;
    box-sizing: border-box;
    width: 100%;
    font-family: Helvetica,Arial,sans-serif;
    text-align: center;
    font-weight: lighter;
    color: #333;
    padding: 1% 0%;
}

.clock-items {
    margin: 1% 0;
}

.item-panel {
    background-color: #fff;
    border-top: 4px solid #862633;
    display: inline-table;
    min-width: 22%;
    text-align: center;
    margin: 0;
    box-sizing: border-box;
    padding: 2% 0;
    font-size: 80%;
    box-shadow: 2px 2px 2px #888;
    border-radius: 4px;
}

#clock-name {font-weight:lighter;color:#862633;}
#days {font-weight:bold;font-size: 160%;}
#hours {font-weight:bold;font-size: 160%;}
#minutes {font-weight:bold;font-size: 160%;}
#seconds {font-weight:bold;font-size: 160%;}





