﻿
.containered
{
    max-width: 1260px;
    margin: auto;
}
.tabs-nav
{
    padding: 20px 0 0;
    list-style: none;
}
.tabs-nav li
{
    display: inline;
}
.tabs-nav a
{
    display: inline-block;
    border: 1px solid #ddd;
    border-bottom: none;
    padding: 15px;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    color: #fff;
    background: rgba(20, 144, 64, 0.7);
}

.tabs-nav .active
{
    background: #fff;
    color: rgba(20, 144, 64, 0.7);
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
    transition-property: background-color, width, height, border;
	transition-duration: 0.5s, 0.5s;
}

.tab-content
{
    border: 1px solid #ddd;
    padding: 30px;
    min-height: 400px;
    font-size: 14px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: 4px 4px 8px rgba(124,187,0,.2);
    -moz-box-shadow: 4px 4px 8px rgba(124,187,0,.2);
    -webkit-box-shadow: 4px 4px 8px rgba(124,187,0,.2);
}
.tabs-container{
     margin-top:-10.9px;
    

}
.tab-content h3 {
    color:#000000;
    font-size: 16px;
}

.tab-content p
{
    margin-bottom: 15px;
    line-height:20px;
}
.tab-content li{
   line-height:20px;
}

@media (min-width:768px) {
   .containered{
    
   }
}