body {
    margin-top:50px;
    font-family: 'Segoe UI ',sans-serif;
}
/* this is just for the demo */








.panel-group{
width:390px;

}


.panel-heading:hover {
    cursor:pointer;
}
.panel-heading {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
}

.side-tab:hover {
        cursor: pointer;
    }
    .panel.panel-default {
        border: none;
        box-shadow: none !important;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius:5px;
        
    }
    .panel-heading {
        border: none;
        background-color: #8ed4cc
    
    }
    .panel-body {
        background-color: #f5f5f5;
    }
    .panel-title {
        font-family: 'segoe ui light' ;
        font-weight: 600;
        color: #ffffff;
    }

/*----------------------------------
    Macbook pro mockup from:
    http://jaredhardy.com/minimal-devices/
    
----------------------------------*/
