body {
    font-family: sans-serif;
    font-size: 1.5em;
    margin: 0;
    padding: 0;
}

input {
    font-size: 1em;
    border: 1px solid black;
}

.prop input {
    width: 100%;
}

#content {
    /*background: #d3d3d3;*/
    background: -moz-linear-gradient(top, #fff, #656887);
    background: -ms-linear-gradient(top, #fff, #656887); /*IE 10*/
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#656887));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = #ffffff, endColorstr = #b2d1ff ) "; /*IE 9*/
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0;
}

#content .errorMessage {
    color: red;
    margin-bottom: 1em;
}

#content .confirmMessage {
    color: blue;
    margin-bottom: 1em;
}

#content table {
    width: 100%;
}

#content table td {
    width: 20%;
    text-align: left;
}

#content table td.name {
    width: 10%;
    text-align: left;
}

#content table td.empty {
    width: 35%;
    text-align: right;
}

#content table td.forgotten_pw {
    font-size: small;
    text-align: right;
}

.buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Horizontal alignment for desktop */
    align-items: center; /* Vertical alignment for tablet and phone */
}

.buttons input {
    width: 90%;
    border-radius: .2em;
    padding: .3em;
    background: #d3d3d3;
    background: -moz-linear-gradient(top, #fff, #d3d3d3);
    background: -ms-linear-gradient(top, #fff, #d3d3d3);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d3d3d3));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = #ffffff, endColorstr = #d3d3d3 ) ";
}

div.fancy_link {
    width: 350px;
    margin-right: 5px;
    margin-bottom: 10px;
    border: 1px solid black;
    border-radius: .2em;
    background: -moz-linear-gradient(top, #fff, #d3d3d3);
    background: -ms-linear-gradient(top, #fff, #d3d3d3);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d3d3d3));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = #ffffff, endColorstr = #d3d3d3 ) ";
}

a.fancy_link {
    text-decoration: none;
    color: black;
    font-size: larger;
}

.desktopButton {
    width: 390px;
    height: 100px;
    margin-right: 5px;
}

.imageDesktop {
    width: 100%;
    height: 100%;
    margin-top: 1em;
}

.animalRoomButton {
    width: 390px;
    height: 100px;
    margin-left: 5px;
}

.imageAnimalRoom {
    width: 100%;
    height: 100%;
    margin-top: 1em;
}

a {
    color: #0000aa;
}

div.errorMessage, div.hint {
    margin: 20px;
    padding: 10px;
}

td.errors {
    width: 10%
}

.errors, .errorMessage {
    background: #fff3f3;
    border: 1px solid #ffaaaa;
    color: #cc0000;
    -moz-box-shadow: 0 0 0.25em #ff8888;
    -ms-box-shadow: 0 0 0.25em #ff8888;
    -webkit-box-shadow: 0 0 0.25em #ff8888;
    box-shadow: 0 0 0.25em #ff8888;
}

.hint {
    background: #ffffee;
    border: 1px solid #ffff00;
    color: #333300;
    -moz-box-shadow: 0 0 0.25em #ffffcc;
    -ms-box-shadow: 0 0 0.25em #ffffcc;
    -webkit-box-shadow: 0 0 0.25em #ffffcc;
    box-shadow: 0 0 0.25em #ffffcc;
}

.errorMessage ul {
    margin: 0;
}

.errorMessage li {
    list-style: none;
}

#bottomLink {
    font-size: large;
    position: absolute;
    bottom: 0;
    left: 0;
}
