

/* -------------------------- CARBON THEME ------------------------------ */

body {
color: #333;
background-color: #318CE7;/*matte*/
}

#divLive {
border-left: 1px solid #333;
border-right: 1px solid #333;
}

#hdrTxt {
padding:40px 30px 20px 30px;
text-align:left;
}

/*ribbon nav*/
.menu ul {
background-color:#4169E1;/*ribbon background*/
}



/* -------------------------- GLOBAL ------------------------------ */

.textCode {
color: #069;
}

table {
margin-bottom: 30px;
}

.textVariable {
color: #096;
}






/* -------------------------- desktop ------------------------------ */

@media screen and (min-width:769px) {


}/*query*/


/* -------------------------- tablet ------------------------------ */

@media screen and (min-width:461px) and (max-width:768px) {


}/*query*/


/* ------------------------ mobile --------------------------------- */

@media screen and (max-width:460px) {


}/*query*/