﻿/* Responsive Text Alignment */
.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }

.float-xs-left { float: left; }
.float-xs-right { float: right; }
.float-xs-none { float: none; }
.eBodyDynamic { font-size: 12px; }
div.eZoneResp    { font-family: Verdana; }
div.eZoneResp    { font-size: 12px; }
div.eZoneRespWidth    { font-size: 12px; }
.title_l1 { font-size: 18px; line-height: 1.1; }
.title_l2 { font-size: 10px; line-height: 1.1; }
img.FF
{
  height: 60px;
}
td.eQuickLinks 
{
  font-size: 11px;
}
div.eContentText {
  font-size: 13px;
}
@media (min-width: 568px) {
  .text-sm-left { text-align: left; }
  .text-sm-right { text-align: right; }
  .text-sm-center { text-align: center; }
  .text-sm-justify { text-align: justify; }
  .eBodyDynamic { font-size: 13px; }
  div.eZoneResp    { font-size: 13px; }
  div.eZoneRespWidth { font-size: 13px; width: 500px; }
  .title_l1 { font-size: 24px; }
  .title_l2 { font-size: 12px;  }
    td.eQuickLinks 
  {
    font-size: 12px;
  }
  div.eContentText,
  .panel-bodyzzz 
  {
    font-size: 12px;
  }
  .float-sm-left { float: left; }
  .float-sm-right { float: right; }
  .float-sm-none { float: none; }
}

@media (min-width: 768px) 
{
  .text-sm-left { text-align: left; }
  .text-sm-right { text-align: right; }
  .text-sm-center { text-align: center; }
  .text-sm-justify { text-align: justify; }
  .eBodyDynamic { font-size: 13px; }
  div.eZoneResp    { font-size: 13px; }
  div.eZoneRespWidth { font-size: 13px; width: 600px; }
  .title_l1 { font-size: 30px; }
  .title_l2 { font-size: 12px; }
  
  img.FF
  {
    height: 80px;
  }
  div.eContentText {
    font-size: 16px;
  }
  td.eQuickLinks 
  {
    font-size: 13px;
    white-space: nowrap;
  }
  .float-sm-left { float: left; }
  .float-sm-right { float: right; }
  .float-sm-none { float: none; }
}

@media (min-width: 992px) {
  .text-md-left { text-align: left; }
  .text-md-right { text-align: right; }
  .text-md-center { text-align: center; }
  .text-md-justify { text-align: justify; }
  .eBodyDynamic { font-size: 12px; }
  div.eZoneResp    { font-size: 13px; }
  div.eZoneRespWidth { font-size: 13px; width: 600px; }
  .title_l1 { font-size: 30px; }
  .title_l2 { font-size: 12px; }

  .float-md-left { float: left; }
  .float-md-right { float: right; }
  .float-md-none { float: none; }
}

@media (min-width: 1200px) {
  .text-lg-left { text-align: left; }
  .text-lg-right { text-align: right; }
  .text-lg-center { text-align: center; }
  .text-lg-justify { text-align: justify; }
  .eBodyDynamic { font-size: 13px; }
  div.eZoneRespWidth { font-size: 13px; width: 600px; }

  .float-lg-left { float: left; }
  .float-lg-right { float: right; }
  .float-lg-none { float: none; }
}
/* END Responsive Text Alignment */