.lt-sessions {
    padding-left: 0;
    padding-right: 0;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}


td {
    display: table-cell;
    vertical-align: inherit;
    background: -webkit-linear-gradient(#464646,#2e2e2e);
    background: -o-linear-gradient(#464646 0,#2e2e2e 100%);
    background: -moz-linear-gradient(#464646 0,#2e2e2e 100%);
    background: linear-gradient(#464646,#2e2e2e);
	padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
	font-size:12px;
}
.row-font-color {
    color: #fff;
    line-height: 1;
    font-size: 17px;
}
table.table {
    border-collapse: inherit!important;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 0 solid #000;
}

.table>thead>tr>th {
	border-bottom: 0 solid #000;
}
.label-on-track {
    background: -webkit-linear-gradient(#464646,#2e2e2e);
    background: -o-linear-gradient(#464646 0,#2e2e2e 100%);
    background: -moz-linear-gradient(#464646 0,#2e2e2e 100%);
    background: linear-gradient(#464646,#2e2e2e);
}
#page-content-wrapper {
    position: relative;
    margin-right: 0;
    padding-left: 0;
	background-color:#000;
}
.tablatr {
	background-color: #fff;
	margin-left: 20px;
	padding-right: 20px;
}

#ultimos_eventos {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem auto;
    max-width: 960px;
    font-family: 'Segoe UI', sans-serif;
}

#ultimos_eventos tr:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.btn-session {
    padding: 0.4rem 0.8rem;
    font-size: 0.9rem;
    border-radius: 10px;
    border: none;
    font-weight: bold;
    transition: all 0.2s ease;
    cursor: pointer;
    width: 100%;
    max-width: 120px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.btn-live {
    background-color: #007b34;
    color: white;
}

.btn-ended {
    background-color: #444;
    color: #ddd;
}

#ultimos_eventos th {
    background-color: #222;
    color: #ffcc00;
    padding: 0.6rem;
    font-size: 0.9rem;
    text-align: left;
    border-bottom: 2px solid #333;
}

