#header {
    color: #fff;
    background: linear-gradient(to bottom, #563d7c 0, #6f5499 100%) repeat-x;
    font-family: 'Marck Script', cursive;
}

#timeSheet {
    border: 1px solid #ccc;
    border-radius: 6px;
}

.showAction{
    width: 30%;
}

#currentAction {
    font-size: 350%;
}

#bodyTable tr>td{
    padding: 1px;
    font-size: 70%;
}