/**
 *	This element is created inside your target element
 *	It is used so that your own element will not need to be altered
 **/
.time_circles {
    width: 100%;
    text-align: center;
    color:yellow
}

/**
 *	This is all the elements used to house all text used
 * in time circles
 **/
.time_circles > div {
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

/**
 *	Titles (Days, Hours, etc)
 **/
.time_circles > div > h4 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Century Gothic', Arial;
    display: none;
}

/**
 *	Time numbers, ie: 12
 **/
.time_circles > div > span {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Century Gothic', Arial;
    font-size: 300%;
    font-weight: bold;
    width:auto!important
}

.textDiv_Minutes{
    width:auto!important;
}
.textDiv_Seconds{
    width:auto!important;
}
canvas{
    display: none;
}
