body {
/*  font-size: 11px;
  margin: 0 auto;
  font-family: Tahoma, 'Lucida Grande', Helvetica, Arial, sans-serif;
  color: #333; */
  background-color: #f5f5f5;
/*  background-image :url('/media/templates/site/cassiopeia/images/gradientbg.png'); */
  background-image: url(../images/gradientbg.png);
  background-repeat:repeat-x;
}

main {
  background-color: #dfefff;
/*  background-color: #f5f5f5; */
/*  background-color: yellow; */
}

/* NT0Z */
.image {
    float: right;
    border-radius: 8px;
    border: 1px outset #2378f6;
/*  margin: top right left bottom */
    margin: 18px 16px 5px 5px;
    padding: 0px 0px 0px 0px;
    max-width: 5.1em !important;
}
/*.responsive {
    max-width: 100%;
    height: auto;
}
*/
.img-responsive {
    display: block;
/*    width: 100%\10; */
/*    width: 100%; */
/*    max-width: 100%; */
/*    max-width: 55px !important; */
/*    max-width: 4.1em !important; */
    max-width: 4.1em !important;
    height: auto;
}
.mix {
    margin: auto;
    width: auto;
/*    height: 80px; */
    height: 7.5em;
/*    font-size: 16px; */
    text-align: center;
    border-radius: 8px;
    border: 1px outset #2378f6;
/*    background: rgba(233,233,233,.4); */
    background: rgba(2,107,156,.1);
}
.container {
    width: 550px;
/*    width: 100%; */
    height: auto;
    margin: auto;
/*    padding: 0px 0px 0px 0px; */
    padding: 0px;
}
.container1 {
    width: 33.7em;
    height: 6em;
    margin: auto;
    border-radius: 8px;
    border: 1px outset #2378f6;
    background: rgba(233,233,233,.4);
    margin-top: 5px;
}
.ctxt {
    float: left;
    color: red;
    font-size: 13px
    text-align: center;
    font-family: verdana, arial, geneva, sans-serif;
    background: rgba(2,107,156,.2);
    clear: left;
}
.cimage {
    float: right;
    border-radius: 8px;
    border: 1px outset #2378f6;
    padding: 0px 0px 0px 0px;
    max-width: 4.1em !important;
}
.blink {
-webkit-animation: blink 2s linear infinite;
-moz-animation: blink 2s linear infinite;
-ms-animation: blink 2s linear infinite;
-o-animation: blink 2s linear infinite;
animation: blink 2s linear infinite;
color: white !important;
font-weight: bold;
/* font-style: italic; */
background: #E6513D;
/* background: #FF7F50; */
/* background: #E2341D; */
}
