/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 2, 2017, 5:53:21 PM
    Author     : ssaurabh
*/

.head-title {
    font: 600 18px/22px "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #484848;
    display: block;
    padding: 17px 20px;
    border-bottom: 3px solid #e9e9e9;
    /*background: #f6f6f6;*/
    background:#00FFCC;
    position: relative;  
    cursor: pointer;
}
.content{    
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
.video-content{   
    max-height: 438px;
    max-width: 780px;
    min-height: 438px;
    min-width: 100%;    
    
}
.tab_group{
    
    margin-top: 10px;
}
.body-content{   
    margin-left: 2%;
    margin-right: 2%;
    padding-top: 2%;
    margin-bottom: 2%;
}
.body-box{
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;   
}
.content-wrapper{
    margin-top: 10px;
    margin-bottom: 10px;
}