h2, h3, h4 {
    font-family: 'oswald';

}

.biweek-set {

    margin:0 auto;
}


.biweek-set h2{
    margin:20px auto 10px;
    text-align: center;
    font-size: 32px;

}

hr {

    width:100%;
    margin:10px auto;

}

.biweek-head {
    margin:10px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
}

.head-line {
    //margin:10px auto;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.head-line h4{
    font-size: 18px;
    text-align: center;
}

.biweek-head h2{
    font-size: 22px;
    margin:0 5px;
}

.biweek-head h3{
    font-size: 16px;
    margin:0 10px 0 0;
    color: #878787;
    font-weight: 100;
}

.perjob-table {
    border-collapse: collapse;
    margin:40px auto;
    line-height: 1.6;

    font-family: 'nanum gothic';
    text-align: center;
}

.perjob-table thead{
    min-height: 150px;
    border-bottom: 2px solid #000;
}

.perjob-table tr{

}

.perjob-table th{
    font-size: 12px;
    line-height: 1;
    padding:0 0 5px;
    vertical-align: bottom;
}

.perjob-table td{
    border-left: 1px solid #878787;
    min-width: 70px;
}

.strongLeft {
    border-left: 3px solid black !important
}

.strongRight {
    border-right: 3px solid black !important
}

.tiny-text {
    font-size: 12px!important;
}

.small {
    font-family: inherit;
}

.wide {
    font-family:inherit;
}

.open {

    /* font-weight: 700;
    font-size: 16px; */
}

.fade {
    color:#878787;
}
