@font-face{
    font-family: calanderNum;
    src: url("source/crashnumbering.ttf");
}

body{
    background-image: url("source/backblur.jpg");
    background-repeat: no-repeat;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.tablediv{
    position: fixed;
    top: 1.5%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

table{
    border-collapse: collapse;
    background-color: rgba(0, 255, 136, 0.219);
}

.day, .selected{
    text-align: center;
    vertical-align: middle;
    line-height: 5.1vw; 
    height: 5.1vw;
    width: 5.1vw;
    font-family: calanderNum;
    font-weight: bold;
    font-size: 1.5vw;
}

.day{
    background-color: rgba(0, 255, 136, 0.404);
}

.selected{
    background-color: rgb(0, 255, 136);
}

.yearMonthDiv{
    margin-top: 4%;
}

.ctrl_prv, .ctrl_nxt, .ctrl_now{
    background-color: rgba(145, 255, 0, 0.5);
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    height: 30px;
    width: 6vw;
}

.ctrl_prv{
    position: relative;
    
}

.ctrl_nxt{
    position: relative;
    
}

.yearMonth{
    position: relative;
    padding: 0.8em 0;
    font-size: 2.3vw;
}

th{
    background-color: rgba(122, 216, 0, 0.3);
    border: rgba(122, 216, 0, 0.3);
    font-size: 1.2vw;
    height: 5.1vw;
    width: 5.1vw;
}