.breadcrumb { font-size:11px; color:#999;}
.breadcrumb a { color:#555;}
.breadcrumb a:hover { color:#da251d;}
.breadcrumb span { padding:0px 5px;}
.breadcrumb span.active { color:#da251d; padding:0px 5px 0px 0px;}

section { font-size:14px;}
section p{ line-height:18px; text-align:justify;}
section h1 { margin:15px 0px 0px 0px; padding:0px; font-size:40px; font-weight:normal; color:#da251d;}
section h1.color01 { color:#0099cc;}
section h1.color02 { color:#da251d;}
section h1.color03 { color:#84c225;}
section h1.color04 { color:#8b1c6a;}
section h1.color05 { color:#875a2d;}
section h1.color06 { color:#ffa200;}
section h2 { margin:15px 0px 0px 0px; padding:0px; font-size:24px; font-weight:normal; color:#333;}
section h3 { margin:15px 0px 0px 0px; padding:3px 10px; font-size:16px; font-weight:normal; color:#274F75; border:1px solid #ddd; background:#eee; text-transform:uppercase;}
section .con-pic-right { margin:5px 0px 30px 30px; border-bottom:5px solid #333; padding-left:0px; box-shadow:0px 3px 5px #666;}

section hr { height:1px; border:0px; border-bottom:1px dashed #ddd; margin:20px 0px;}

section ol { font-size:15px;}
section ol li { margin-bottom:5px;}

section ul.points { list-style-type:circle;}
section ul.points li { float:left; width:20%; margin-bottom:3px;}

div.table-title {
   display: block;
  margin1: auto;
  max-width1: 600px;
  padding1:5px;
  width: 100%;
}

.table-title h3 {
   color: #fafafa;
   font-size: 30px;
   font-weight: 400;
   font-style:normal;
   font-family: "Roboto", helvetica, arial, sans-serif;
   text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
   text-transform:uppercase;
}


/*** Table Styles **/

.table-fill {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  height1: 320px;
  margin1: auto;
  max-width1: 410px;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
  margin-top:25px;
  font-size:14px;
}
 
th {
  color:#D5DDE5;
  background:#666;
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size:18px;
  font-weight: 100;
  padding:7px 15px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

th:first-child {
  border-top-left-radius:3px;
}
 
th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}
  
tr {
  border-top: 1px solid #C1C3D1;
  border-bottom-: 1px solid #C1C3D1;
  color:#666B85;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
 
tr:hover td {
  background:#999;
  color:#FFFFFF;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
}
 
tr:first-child {
  border-top:none;
}

tr:last-child {
  border-bottom:none;
}
 
tr:nth-child(odd) td {
  background:#EBEBEB;
}
 
tr:nth-child(odd):hover td {
  background:#999;
}

tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 
td {
  background:#FFFFFF;
  padding:7px 15px;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}

td:last-child {
  border-right: 0px;
}

th.text-left {
  text-align: left;
}

th.text-center {
  text-align: center;
}

th.text-right {
  text-align: right;
}

td.text-left {
  text-align: left;
}

td.text-center {
  text-align: center;
}

td.text-right {
  text-align: right;
}
a.iso { color:#555; font-weight:bold; padding:3px; text-align:center;}
a.iso:hover { color:#da251d;}
a.iso img { padding:3px; margin-bottom:5px; border:1px solid #ccc;}
a.iso img:hover { border:1px solid #da251d;}
a.iso span { padding-left:30px;}