/* Common */
.margin-top-5 { margin-top:5px; }
.margin-top-10 { margin-top:10px; }
.margin-bottom-5 { margin-bottom:5px; }
.margin-bottom-10 { margin-bottom:10px; }

/* Docs. List. */
@media only screen and (max-width: 640px) {
    #docs-list-employee table td:nth-child(1),
    #docs-list-employee table th:nth-child(1){display: none;}
}

/* Portal employee */
#portal-employee .tomamos-nota header { background-color:rgba(54,102,152,0.3); }
#portal-employee .links-news .panel { background-color:#eaeaec; }