body {
	background-color: #6B83A9 !important;
	font: 14px/22px 'Open Sans' !important;*/
}
.section {
	clear: both;
	padding: 0 10px 0 10px;
	margin: 0px;
	background: #f8f8f8;
  border: 1px solid #ddd;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
vertical-align: middle !important;
line-height: 2em;


}
.col:first-child { margin-left: 0; }

.counterfont {
  font-weight: 700;
  font-size: 18px;
  font-family: 'Open Sans';
  color: #ff0000;
  vertical-align: middle !important;
}

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }
.span_3_of_3_left { width: 100%; text-align:left;}
.span_2_of_3_left { width: 66.13%; text-align:left;}
.span_1_of_3_left { width: 32.26%; text-align:left;}
.span_3_of_3_center { width: 100%; text-align:center;}
.span_2_of_3_center { width: 66.13%; text-align:center;}
.span_1_of_3_center { width: 32.26%; text-align:center;}
.span_3_of_3_right { width: 100%; text-align:right;}
.span_2_of_3_right { width: 66.13%; text-align:right;}
.span_1_of_3_right { width: 32.26%; text-align:right;}

/*  GO FULL WIDTH BELOW 840 PIXELS */
@media only screen and (max-width: 840px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3,
	.span_2_of_3, 
	.span_1_of_3, 
	.span_3_of_3_left,
	.span_2_of_3_left,
	.span_1_of_3_left,
	.span_3_of_3_center,
	.span_2_of_3_center,
	.span_1_of_3_center,
	.span_3_of_3_right,
	.span_2_of_3_right,
	.span_1_of_3_right  { width: 100%; text-align:center !important;}
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-container {
    border-color: #ebccd1;
	background-color: #fff;
}
.responsive-image {
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

/*@media screen {
.table { display: table;
border: 1px solid #ccc;
  width: 100%;
  
}
.row { 
display: table-row;
}
.cell { 
display: table-cell; 
border: 1px solid #333333;
}
}

@media screen and (max-width: 1445px) {
   
  div {
    display: block;
    width: 100%;
	
  }
}
.container-main {
  padding-right: 15px;
padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
} 

@media (max-width: 768px) {
.container-main {
    width: 750px;
}
.container-left {
  float: none;
  position: relative;
}
 .container-right {
  float: none;
  position: relative;
} 
}
@media (min-width: 992px) {
  .container-main {
    width: 970px;
	

  }
}
@media (min-width: 1200px) {
  .container-main {
    width: 1170px;
  }
} 
*/
.no-border { 
	border: none !important;
	margin: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	-moz-box-shadow: 0 0 0px !important;
	-webkit-box-shadow: 0 0 0px !important;
	box-shadow: 0 0 0px !important;
}

img {
     -webkit-box-shadow: -2px 2px 5px #7C7C7C !important;
	 box-shadow: -2px 2px 5px #7C7C7C; !important;
}
.digit {
 margin: 4px -1px 4px 0px !important;
 width: 14px;
 text-align: right;
 vertical-align: middle !important;
}

.decimal {
 margin: 4px -1px 4px 0px !important;
 width: 3px;
 text-align: right;
 vertical-align: middle !important;
}

/*table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
table tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}
table th,
table td {
  padding: 0.625em;
  text-align: center;
  vertical-align: middle !important;
}

table td.center {
 text-align:center;
 }
table td.left {
text-align:left;
}
table td.right {
text-align:right;
} 
table th.center {
 text-align:center;
 }
table th.left {
text-align:left;
}
table th.right {
text-align:right;
} 


table th {
  font-size: 1em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
@media screen and (max-width: 850px) {
  table {
    border: 0;
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right !important;
  }
  table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    /*content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: capitalize;
  }
  table td:last-child {
    border-bottom: 0;
  }
}/*
