.easy-table thead th {
    /* vertical-align: bottom; */
    font-family: Raleway;
    text-transform: uppercase;
    font-size: large;
}
.easy-table thead th {
    /* vertical-align: bottom; */
}
.easy-table th, .easy-table td {
    padding: 8px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
    height: 44px;
    display: table-cell;
    vertical-align: middle;
}



table.easy-table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.easy-table tbody tr:hover td, .easy-table tbody tr:hover th {
    background-color: #f5f5f5;
}

#post-286.serviciounas {
    z-index: 10;
    position: absolute;
    min-height: 100px;
    transition: width 1s;
}

#post-286.serviciounasobs:hover {
    z-index: 10000;    
    min-height: 220px;
    /*width: 580px;*/
}

.serviciounastext {
    display: none;
}

#post-286.serviciounasobs:hover .serviciounastext {    
    font-size: 11px;
    font-weight: normal;
    padding: 0px;
    margin-bottom: 5px;
    margin-top: 5px;
    display: inline-flex;
}


@media screen and (max-width: 760px) {
    #page-servicios .easy-table thead th {
        font-size:0.7em;
    }
    
    #page-servicios .easy-table th, 
    #page-servicios .easy-table td {
        padding:0;
        height: 20px;
        font-size: 0.6em;
    }

}