
    #country_list, #country_selected {
        color: #048DD5;
        font-size: 1em;
        display: block;
        border: 1px solid #B1DBF4;
    }

    #switchestable {
        width: 98%;

    }

    #switchestable th, #switchestable td {
        padding: 5px;
        color: black !important;
    }

    #switchestable td {
        text-align: left;
        padding-left: 10px;
    }

    #switchestable th {
        font-weight: bold;
        font-style: normal;
    }

    #switchestable thead th {
        text-align: center !important;
        text-transform: uppercase;
    }

    #switchestable .base_location {
        background-color: #d3d3d3;
    }

    #switchestable .pv {
        font-weight: bold;
        color: red;
    }

    #switchestable tbody th {
        width: 170px;
    }

    #btnprint{
        display:none;
    }
    
    .chartCaption {
        font-family: Verdana; 
        font-size: 9px; 
        color: #889A75; 
        font-weight: bold; 
        text-align: center;
    }
	#chart{margin-top:20px;}