﻿.InterviewInstruction {
    color: red;
    font-size: 13px;
    padding-top: 10px;
}

.InterviewDateTime {
    margin-left: auto;
    margin-right: auto;
    border-collapse: separate;
    border-spacing: 15px 15px;
}

.btnAddInterviewDateTime {
    text-align: center;
    height: 36px;
}

.InterviewTimeList {
    width: 35%;
    margin-left: auto;
    margin-right: auto;
}

    .InterviewTimeList th, .InterviewTimeList td {
        border: 1px solid black;
    }

    .InterviewTimeList th, .tableCellCenterAlign {
        padding: 0px 5px 0px 5px;
        text-align: center;
    }

.inputTypeWidth {
    width: 100px;
}

.tblInterviewTimeList {
    max-height: 150px;
    overflow-y: scroll;
    margin-bottom: 25px;
}

.btnDeleteTime {
    background: transparent;
    border: none;
}
