body {
    background-image: url(pictures/Background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

h1 {
    color: white;
    padding: 50px;
    font-family: sans-serif;
}

table {
    background-color: white;
    margin: auto;
}

th {
    border: 1px solid black;
    padding: 3px;
}

.MenesiuEilute {
    height: 30px;
    background-color: white;
    font-family: sans-serif;
}

.DienuEilute {
    background-color: rgb(255, 97, 70);
    border: 1px;
    height: 30px;
}

.Eilutes {
    height: 53px;
    background-color: white;
}

td {
    border: 1px solid black;
    min-width: 53px;
    text-align: center;
    font-family: sans-serif;
}

.CheckBox {
    float: left;
    margin: 0 auto;
    width: 100%;
    transform: scale(2.3);
}

.CheckBoxSmall {
    float: left;
    margin: 0 auto;
    width: 100%;
    transform: scale(1.3);
}

.Langelis {
    background-color: rgb(235, 235, 235);
}

.SaveButton {
    border-radius: 4px;
    height: 53;
    width: 150;
    background-image: url("pictures/save.png");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position-y: 24px;
    background-position-x: center;
    padding-bottom: 20;
    font-family: sans-serif;
    font-size: 95%;
}

.SaveButtonPosition {
    margin-bottom: auto;
}

.MailasAutoriui {
    color: rgb(255, 97, 70);
    font-family: sans-serif;
    position: absolute;
    left: 11%;
    margin-top: 80px;
}

.ParinktiPostininkus {
    margin: auto;
    height: 53px;
    width: 150px;
    border-radius: 4px;
    font-family: sans-serif;
    font-size: 95%;
    background-color: rgb(255, 255, 255);
}