@media all {
    p {
        font-family: verdana,sans-serif;
        font-size: 14px;
    }
}
@media screen {
    #clockAM {
                height: 270px;
                width: 270px;
                text-shadow: none;
            }
    #clockPM {
                height: 270px;
                width: 270px;
                text-shadow: none;
            }
}
@media handheld {
    
}

.visible-true {
    display: block;
}
.visible-false {
    display: none;
}

#popupContactPopup-popup {
    width:60%;
    height:700px;
}
#actionPopup-popup {
    width:50%;
    height:550px;
}

.span60 {
    width: 60%;
}
.span40 {
    width: 40%;
}
.span35 {
    width: 35%;
}
.span30 {
    width: 30%;
}
.span20 {
    width: 20%;
}

.logout:hover {
    background-color: #38c;
    border-color: #38c;
    color: #fff;
    text-shadow: 0 1px 0 #059;
}

.deleteConfirm {
    display: none;
    right: 7.5em;
    position: absolute;
    font-size: 12.5px;
    font-weight: 700;
    text-align: center;
    padding: 0 .48em;
    line-height: 1.6em;
    min-height: 1.6em;
    top: 50%;
    margin-top: -.88em;
}

@media only screen and (max-width: 480px) {
    .span60 {
        width: 100%; 
    }
    .span40 {
        width: 100%; 
    }
    .span35 {
        width: 100%; 
    }
    .span30 {
        width: 100%; 
    }
    .span20 {
        width: 100%; 
    }
    #popupContactPopup-popup {
        width:100%;
        padding-bottom: 200px;
    }
    #actionPopup-popup {
        width:100%;
        padding-bottom: 200px;
    }
}

/*  LOGIN   ============================================================================= */
.loginInputs {
    width: 60%;
}
@media only screen and (max-width: 480px) {
    .loginInputs {
        width: 100%; 
    }
}

/*  STATUS   ============================================================================= */
.clock_2_of_2 {
    width: 100%;
}

.clock_1_of_2 {
    width: 49.2%;
}

.clockDate {
    width: 60%;
}


/*  GRID OF TWO   ============================================================================= */
.span_2_of_2 {
	width: 100%;
}

.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	.span_2_of_2 {
		width: 100%; 
	}
	.span_1_of_2 {
		width: 100%; 
	}
}

@media only screen and (max-width: 700px) {
    .clock_2_of_2 {
        width: 100%; 
    }
    .clock_1_of_2 {
        width: 100%; 
    }
}


/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}