Content deleted Content added
No edit summary
No edit summary
Line 2,276:
/* career */
.table.career {
width: calc(100% - 510px);
margin-left: 260px;
margin-right: 250px;
display: inline-block;
position: relative;
}
 
.table.career:before, .table.career:after {
content: "";
display: table;
}
 
.table.career:after {
clear: both;
}
 
.table.career {
*zoom: 1;
}
 
.table-container {
overflow: auto;
}
 
.table.career > :first-child > tr:first-child {
text-align:center;