table.apuntes,
.c_search_table {
    max-width: 580px !important;
    margin: 0 auto;
}

table.apuntes {
    font-family: sourcesanspro, sans-serif;
}

table.apuntes tr {
    display: block;
    padding: 0;
    margin: 10px 0px 10px 0px;
}

table.apuntes tr.header {
    /* margin-top: 30px; */
    padding-top: 10px;
    padding: 10px 0 0 0;
    position: relative;
}

table.apuntes tr.header:before {
    position: absolute;
    width: 40px;
    height: 6px;
    left: 0;
    top: 52px;
    background: #000;
    content: " ";
    display: block;
}

table.apuntes td {
    display: block;
}

table.apuntes td.img {
    float: right;
    width: 120px;
    /* margin: 0 0 15px 15px; */
}

table.apuntes td.img img {
    overflow: hidden;
    width: 100%;
    border-radius: 100%;
    height: auto;
    /* margin-right: 20px; */
    display: inline-block;
    margin: 0 0 15px 15px;
}

table.apuntes td.entidad {
    background: #000;
    padding: 7px 10px;
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
    font-family: sourcesanspro, Source Sans Pro;
    font-size: 16px;
    line-height: 1;
    margin-right: 6px;
}

table.apuntes td.pais {
    background: #eee;
    /* background: linear-gradient(to bottom, #ddd 0%, #ddd 12%, #eeeeee 13%, #eeeeee 100%); */
    padding: 7px 10px 5px 10px;
    border-radius: 0px 0px 0px 0px;
    text-transform: uppercase;
    color: #fff;
    font-family: sourcesanspro, Source Sans Pro;
    margin-left: 8px;
    font-size: 13px;
    text-align: right;
    color: #000;
    margin-bottom: 8px;
}

table.apuntes td.pais a {
    color: #000;
    border-bottom: 1px dotted #999;
}

table.apuntes td.entidad:after,
table.apuntes td.pais:after {
    content: " ";
    clear: both;
    display: block;
}
table.apuntes td.actividad,
table.apuntes td.destacados {
    margin-left: 6px;
    }
table.apuntes td.actividad {
    margin: 4px 0 0 6px;
    padding-bottom: 10px;
    line-height: .8;
}

table.apuntes td.actividad,
table.apuntes td.actividad p,
table.apuntes td.actividad ul,
table.apuntes td.actividad ul li {
    font-size: 16px !important;
    line-height: 1.2 !important;
}
table.apuntes td.actividad ul {/* margin-left: 20px */}
table.apuntes td.actividad ul li {
    padding-left: 0px;
    list-style-type:disc;
    margin-top: 10px;
}
table.apuntes td.actividad a {
    display: inline-block;
    margin: 0 5px;
    border-bottom: 1px dotted #2358bf;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

table.apuntes td.actividad ul {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

table.apuntes .header td.pais {
    font-size: 28px;
    margin-left: 0;
    background-color: #000;
    font-weight: bold;
    background: #fff;
    color: #000;
    text-align: left;
    padding: 0;
    margin-bottom: 0;
    margin-top: 3px;
    letter-spacing: -.9px;
}
table.apuntes td.sobornos,
table.apuntes td.ingresos {
    display: none;
    }
table.apuntes .header td.entidad,
table.apuntes .header td.actividad {
    display: none;
}

table.apuntes .header td.destacados {
    font-size: 18px;
    margin: 10px 0 20px 0;
    line-height: 1.4;
    padding: 10px;
    border: 1px dashed #333;
    border-radius: 6px;
    font-weight: semibold;
}

.ancla {
    height: 50px;
    display: none;
}
.header .ancla {
    display: block;
}


.c_search_table {
    margin-top: 30px;
    padding: 16px;
    background-color: #eee;
    box-sizing: border-box;
    position: relative;
}

.c_search_table input {
    display: block;
    box-sizing: border-box;
    border: 1px solid #333;
    padding: 10px 5px;
    font: normal 17px sourcesanspro, sans-serif;
    width: 100%;
    border-radius: 0;
     -webkit-appearance: none;

}

.c_search_table .search_clear_button {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff url(http://cdn4.uvnimg.com/5b/ca/59bacdfd412faac45205b1df6048/close-black.svg) no-repeat center center;
    background-size: 22px 22px;
    position: absolute;
    right: 18px;
    top: 68px;
    opacity: 1;
    cursor: pointer;
}

.c_search_table .search_results span {
    padding: 10px 0 0 0;
    font-style: italic;
    display: block;
}

@media screen and (min-width: 1024px) {
    table.apuntes td.entidad,
    table.apuntes td.pais {
        display: inline-block;
    }
    table.apuntes td.pais {
        background: #ddd;
        margin-top: 13px;
        border-radius: 0 5px 0 0;
    }
}

table.apuntes .dinero {
    font-weight: bold;
    background-color: #d2e6d2;
    padding: 0 5px;
    display: inline-block;
}

table.apuntes em {
    background-color: yellow;
    font-style: normal;
    color: #000;
}

table.apuntes td.vacio {
    display: none !important;
}

.title_search {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
    }
