* {
    font-family: Arial;
}
.week-table
{
    border-collapse: collapse;
    border-width: 1px;
}
.week-table th, .week-table td
{
    border: 1px solid gray;
    padding: 10px;
    text-align: center;
}
.week-table td {
    min-width:15px;
}
.week-table th
{

}

.week-table .sun
{
    background-image: url(img/sun32.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.week-table .cloud
{
    background-image: url(img/cloud32.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.week-table .cloudadd
{
    background-image: url(img/cloudadd32.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.h2cloud
{
    background-image: url(img/cloud32.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
}

.h2sun
{
    background-image: url(img/sun32.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
}

input[type=text], select, textarea
{
    padding:10px;
    font-size: 20px;
}

button, input[type=button], input[type=submit], input[type=password]
{
    padding:10px;
    font-size: 20px;
}

.f12
{
    font-size: 12px;
}
.error-box
{
    background-color: red;
    color: white;
    padding: 10px;
}

.f30
{
    font-size: 30px;
}