.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: none !important;
}

a:focus, a:hover {
    color: inherit !important;
    text-decoration: none !important;
}

.form-control {
	background: #111;
	border: 1px solid #705954;
	color: #ccc;
}
.form-control:focus {
	border: 1px solid #9c7b74;
}

/* http://stackoverflow.com/questions/19562903/remove-padding-from-columns-in-bootstrap-3 */
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

/* http://stackoverflow.com/questions/20547819/vertical-align-with-bootstrap-3 */
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.thumbnail {
    background-color: #111111;
    border: 1px solid #333333;
	transition: all 0.3s ease;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #c35b43;
	-moz-box-shadow: 0 0 60px rgba(195, 91, 67, 0.3);
	-webkit-box-shadow: 0 0 60px rgba(195, 91, 67, 0.3);
	box-shadow: 0 0 60px rgba(195, 91, 67, 0.3);
}

.btn-primary {
    color: #f5de9f;
    /*background-color: transparent;*/
	background-image: linear-gradient(to bottom, #b93a27, #9e1e0b);
	border: 0px;
	-moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    color: #fff !important;
	background-image: linear-gradient(to bottom, #b93a27, #9e1e0b);
}

/* modal */
.modal-content {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
	background-color: transparent !important;
	border: 0 !important;
}

.table-bordered {
	background: #2d211e !imporant;
    border: 1px solid #18110f !important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #342623 !important;
}

.table-hover>tbody>tr:hover {
    background-color: #543e3a !important;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #18110f !important;
}
/* ===== FIX BRUTAL NOTICIAS ===== */

.page-content,
.page-content * {
    box-sizing: border-box !important;
}

.page-content .news-article,
.page-content .panel,
.page-content .panel-default,
.page-content .panel-body,
.page-content .well,
.page-content .thumbnail,
.page-content .news-content,
.page-content .news-content div,
.page-content .news-content p,
.page-content .news-content span,
.page-content .news-content font,
.page-content .news-content td,
.page-content .news-content tr,
.page-content .news-content table,
.page-content .page-text,
.page-content .page-text div,
.page-content .page-text p,
.page-content .page-text span,
.page-content .page-text font,
.page-content .page-text td,
.page-content .page-text tr,
.page-content .page-text table {
    background: transparent !important;
    background-color: transparent !important;
    color: #e7d7bf !important;
    border-color: #24304d !important;
}

.page-content .news-article,
.page-content .panel,
.page-content .panel-default,
.page-content .well,
.page-content .thumbnail,
.page-content .page-text,
.page-content .news-content {
    background: linear-gradient(180deg, rgba(12,18,36,.97), rgba(8,12,24,.97)) !important;
    background-color: rgba(12,18,36,.97) !important;
    border: 1px solid #24304d !important;
    box-shadow: inset 0 0 25px rgba(0,0,0,.35) !important;
    border-radius: 6px !important;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content .panel-title,
.page-content .page-title-news,
.page-content .news-content h1,
.page-content .news-content h2,
.page-content .news-content h3 {
    color: #ffaf43 !important;
    background: transparent !important;
    border-bottom-color: #352825 !important;
}

.page-content .news-date,
.page-content .date,
.page-content .page-title-time,
.page-content .panel-footer {
    color: #8d7962 !important;
    background: transparent !important;
    position: static !important;
    float: none !important;
    display: block !important;
    text-align: right !important;
    margin-top: 12px !important;
    border: 0 !important;
}

.page-content img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 15px auto !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* mata estilos inline del editor */
.page-content *[style*="background"],
.page-content *[style*="background-color"] {
    background: transparent !important;
    background-color: transparent !important;
}

.page-content *[style*="color"] {
    color: #e7d7bf !important;
}
#RankingGeneral {
    table-layout: fixed;
    width: 100%;
}

#RankingGeneral th,
#RankingGeneral td {
    text-align: center !important;
    vertical-align: middle !important;
}

/* columnas */
#RankingGeneral th:nth-child(1),
#RankingGeneral td:nth-child(1) {
    width: 60px;
}

#RankingGeneral th:nth-child(2),
#RankingGeneral td:nth-child(2) {
    width: 100px;
}

#RankingGeneral th:nth-child(3),
#RankingGeneral td:nth-child(3) {
    width: 250px;
}

#RankingGeneral th:nth-child(4),
#RankingGeneral td:nth-child(4) {
    width: 100px;
}

#RankingGeneral th:nth-child(5),
#RankingGeneral td:nth-child(5) {
    width: 120px;
}

#RankingGeneral th:nth-child(6),
#RankingGeneral td:nth-child(6) {
    width: 160px;
}

#RankingGeneral th:nth-child(7),
#RankingGeneral td:nth-child(7) {
    width: 80px;
}

/* personaje centrado bonito */
#RankingGeneral td:nth-child(3) div,
#RankingGeneral td:nth-child(3) span,
#RankingGeneral td:nth-child(3) a {
    display: block;
    text-align: center;
}

/* avatar centrado */
.rankings-class-image {
    display: block;
    margin: 0 auto;
}
