﻿#editHourCommentPopup {
    padding:10px;
    border-radius: 5px;
    border: solid 1px grey;
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 200px;
    background-color: white;
}

#editHourCommentPopup textarea {
    width:100%;
    height:60%;
}

