body {
    padding-top: 50px;
}

.table-responsive{
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    margin-bottom: (@line-height-computed * 0.75);
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

/*.starter-template {*/
    /*padding: 40px 15px;*/
    /*text-align: center;*/
/*}*/

/*.right { float: right; }*/
/*.left { float: left; }*/
/*.center {}*/

/*table, th , td {*/
    /*border: 1px solid grey;*/
    /*border-collapse: collapse;*/
    /*padding: 5px;*/
/*}*/
/*table tr:nth-child(odd) {*/
    /*background-color: #f1f1f1;*/
/*}*/
/*table tr:nth-child(even) {*/
    /*background-color: #ffffff;*/
/*}*/