.table-api {

}

.table-api table {
    border-collapse: collapse;
	width: auto;
    margin-bottom: 25px;
    width: 100%;
}

.table-api tr{ 
    text-align: left;
}

.table-api tr:hover {
	background: #fbfcfe;
}

.table-api th{
    border: 1px solid #ccc;
    padding: 10px;
    vertical-align: top;
    background: #dbe8f5;
}

.table-api td{
    border: 1px solid #ccc;
    padding: 10px;
    vertical-align: top;
}