/* @charset "utf-8"; */

table, th, td {
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 2px 5px;
	font-size: 12px;

}
table tr td:nth-child(n) {
	text-align: right;
}
table tr td:nth-child(3) {
	text-align: left;
}
th {
	background: #eee;
}
	

.moritoring-on-zzz {
	co lor: #5bb75b; /* green */
	color: #333;
}
.moritoring-on-zzz div:nth-child(1) {
	width: 50%;
	margin-right: 40px;
	float: left;
}
.moritoring-on-zzz div:nth-child(2) {
	width: 40%;
	float: left;
}


#tracename {
	width: 100%;
	margin-top: 10px;
}
#continue-last-zzz {
	margin-top: 10px;
	font-weight: bold;
}

#submit-on-zzz, #submit-off-zzz {
	margin-bottom: 10px;
	font-weight: bold;
}

#submit-off-zzz {
	margin-top: 10px;
}

.moritoring-off-zzz div {
	co lor: #da4f49; /* red */
	color: #333;
	float: left;
}


.moritoring-off-zzz img {
	width: 20px;
	margin: 0 1px 0 15px;
}
.moritoring-off-zzz span {
	position: relative;
	top: 2px;
}





/* THIS IS FOR GOOGLE CHROME FOR REMOVE BLUE OUTLINE BORDER */
:focus {
	outline: none !important;	
}




/* =============================================================== */

/* BEGIN @media */
@media screen and (max-width: 979px) {

}
@media screen and (max-width: 767px) {

}
@media screen and (max-width: 680px) {

}
@media screen and (max-width: 623px) {

}
@media screen and (max-width: 580px) {

}
@media screen and (max-width: 543px) {

}
@media screen and (max-width: 470px) {

}
@media screen and (max-width: 361px) {

}
/* END @media */
