/* 
    Document   : NewStyle
    Created on : 11-25-2016, 11:03:08 AM
    Author     : Israel OChoa
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.nav-tabs > li > a {
    margin-right: 0px;
    border-radius: 0 0 0 0;
}

.myContainer {
    box-shadow: 5px 10px 20px 8px;
    
}

