.tab-color .tab-content {
   background-image: -webkit-linear-gradient(top, #3c5a73 0%, #3c5a73 100%);
   background-image: -o-linear-gradient(top, #3c5a73 0%, #3c5a73 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, from(#3c5a73), to(#3c5a73));
   background-image: linear-gradient(to bottom, #3c5a73 0%, #3c5a73 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c5a73', endColorstr='#ff3c5a73', GradientType=0);
   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
   background-repeat: repeat-x;
   border-color: #dddddd;
   border-image: none;
   border-style: none solid solid;
   border-width: 0px;
   padding: 15px;
   border-radius: 0 0 8px 8px !important;
}
.tab-color .tab-content *{color: #ffffff !important;}
.tab-color .nav-tabs > li.active > a,
.tab-color .nav-tabs > li.active > a:hover,
.tab-color .nav-tabs > li.active > a:focus {
   background-color: #3c5a73 !important;
   border-color: #dddddd #dddddd transparent;
   border-image: none;
   border-style: solid;
   border-width: 0 0 2px !important;
   color: #ffffff !important;
   cursor: default;
}
.tab-color .tab-content dl{ margin-bottom: 10px;margin-top: 0;}

.tab-color .tab-content dd {
   color: #fcb326 !important;
   font-size: 1.1em;
   font-weight: bold;
   margin-left: 0;
}
.tab-color .tab-content dt{color: #8eeee3 !important;}
