table, td, tr {
/* text-align: center; */
    border-collapse: collapse;
    border: 1px solid black;
}
p {
    margin-right: 2px;
    margin-left: 2px;
}
#body {
    width: 1450px;
    height: 1420px;
    text-align: center;
}
#top {
    width: 99%;
    height: 45px;
    float: left;
    text-align: center;
}
#left {
    width: 560px;
    float: left;
    height: 520px;
    overflow-y: scroll; /* Rekomenduojama nurodyti ašį */
}
#center {
    width: 450px;
    float: left;
    height: 520px;
    overflow-y: scroll; /* Rekomenduojama nurodyti ašį */
}
#right {
    width: 400px;
    text-align: justify;
    float: left;
    height: 520px;
    overflow-y: scroll;
}
#bottom {
    width: 99%;
    height: 460px;
    overflow-y: scroll; /* Rekomenduojama nurodyti ašį */
}
#meteo {
    width: 99%;
    height: 280px;
    overflow-y: scroll; /* Rekomenduojama nurodyti ašį */
}
/* Mobiliems įrenginiams pritaikyti laukai */
input.mob[type=text], 
input.mob[type=number], 
input.mob[type=submit], 
input.mob[type=email], 
input.mob[type=password], 
input.mob[type=tel] {
    -webkit-appearance: none; 
    -moz-appearance: none;
    display: block;
    margin: 10px;
    width: 95%; /* Geriau palikti šiek tiek vietos kraštuose */
    height: 105px;
    line-height: 105px; 
    font-size: 88px;
    border: 1px solid #bbb;
}

td, th {
    border: 1px solid #bbb;
}

form {
    display: inline;
}
