﻿/*---------Side Bar--------------*/

.sidebar_all
{
    border: 1px solid #cecece;
    width:175px;
    display: table;
    text-align:center;
}
.sidebar_box
{
    width:175px;
    float: left;
    margin-left: 15px;
    
}


.sidebar_header
{
    color: #ffffff;
    background-color: #0e143e;
    height: 37px;
    font-size: 15px;
    text-align:center;
    display:table-row; 
    line-height: 37px;
    margin: 0;
    width:175px;
    
}

