 body{
    }
    table .table-striped{
    }
    table th{
        text-align: center;
        height: 25px;
        background: #9ACD32;
        padding: 5px;
        margin: 0;
        border: 0px;
    }
    table td{
        text-align: left;
        height:20px;
        margin: 0;
        padding: 5px;
        border:0px;
        background: #87CEFA;
        white-space: nowrap;
    }
    table tr:hover{
        background: #4169E1;
    }
    .span6{
        /*width:500px;*/
        float:inherit;
        margin:10px;
    }
    #pagiDiv span{
        background:#9ACD32;
        border-radius: .2em;
        padding:5px;
    }

