﻿body {
}

.row{
    padding-top: 5px;
}



.wrapper{
    padding: 0px 16px;
}

.button
{
border-radius:24px;
}
.button_sec
{
border-radius:24px;
padding: 4px 40px;
border: 2px solid #b4b6b7;
}
/*.font_grey{
    color: #282983 !important;
    font-size: 13px;
    /* border-bottom: 1px dotted #064977 !important; */
    border-bottom: 1px solid #CCCCCC !important;
    padding: 5px 5px 5px 5px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #f9f9f9;
}*/
ul.tabs{
        margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    border-bottom: 0px solid #999;
    border-radius: 6px 6px 0px 0px;
    width: 100%;
}

.data-panel{
        padding: 0px;
    background: #fff url(../images/table_bg.png) repeat-x;
    margin: 10px 0px;
    font-size: 15px;
    border: 1px solid #ccc;
    color: #333;
}