.title{
    text-align: center;
    border-bottom: solid 5px #11b0ca;
}

#mytable {
    padding:0;
    width:650px auto;
    box-sizing: border-box;
    height: 800px;
    border-width: thick;
}

.table {
    border-left: 0px;
    border-width: thick;
}

#mytable td {
    padding: 0;

}

.time-display{
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

input {
    height:100%;
    width:100%;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    color: black;
    font-weight: bold;
    text-align: center;
}

button {
    height:100%;
    width:100%;
    background-color: #11b0ca;
    border: white solid 1px;
    
}

.btn{
    background-color: #11b0ca;
    color: ghostwhite;
}

tr {
    text-align: end;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
}

h1{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bolder;
    font-size: 75px;
    color: #11b0ca;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;

}

.container {
    font-weight: bold;
    font-family: 'Courier New', Courier, monospace;
    color: black;
}