
#maindiv {
border: 0 none;
margin: 0 auto;
}

.riktning {
cursor: pointer;
width: 48px;
position: relative;
}
.header{
font-style: normal;
font-family: verdana,arial,helvetica;
font-size: 12px;
color: black;
font-weight: bold;
}
.gridcell {
background: transparent;
display: inline;
float: left;
text-align: center;
border: 0px solid red;
cursor: pointer;
text-transform: uppercase;
font-weight: bold;
font-family: 'Arial', sans-serif;
margin: 0px;
padding: 0px;
}

.vald {
background: url("../images/selsquare.png");
opacity: 0.5;
-moz-opacity:0.5;
-khtml-opacity: 0.5;
}

.gridcellsselected {
background: url("../images/clustersquare.png");
}

.inpEmail{
border: 1px solid #ccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
font-size: 20px;
padding: 4px 7px;
outline: 0;
-webkit-appearance: none;
height:40px;
width:220px;
}

.ipadFix{
width:1px;
height:1px;
outline: 0;
box-shadow: none;
-webkit-box-shadow: none;
background-color:transparent;
border: 0px solid;
}