@CHARSET "UTF-8";

body {
	-webkit-appearance: none;
        background-color: #DDDDDD;
}

h1
{
        font-size: 48px;
        text-align: center;
        color: #333333;
}

button.slask
{
        position: absolute;
        left: 20px;
        height: 40px;
        width: 180px;
}

.pren1
{
        top:200px;
}

.pren2
{
        top:300px;
}

.pren3
{
        top:400px;
}


#datepicker
{
        top: 700px;
}

table.portal
{
        width: 100%;
        text: center;
        border: "5";
}

th.portal
{
        text-align: center;
        font-size: 24px;
        text-decoration: underline;
}

td.portal
{
        width: 30%;
        height: 140px;
        text-align: center;
}

button.portal
{
        position: relative;
        left: 20px;
        height: 80px;
        width: 180px;
	font-size: 24px;

