2013-01-30 14:30:49 +00:00
|
|
|
html, body {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
|
|
|
|
background-color: black;
|
2013-01-30 23:09:00 +00:00
|
|
|
color: #ffcbb0;
|
2013-01-30 14:30:49 +00:00
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
/*color: #00B7FF;*/
|
|
|
|
}
|
|
|
|
|
|
|
|
.container {
|
|
|
|
display: table;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.row {
|
|
|
|
display: table-row;
|
|
|
|
height: 100%;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cell {
|
|
|
|
display: table-cell;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.kasten {
|
|
|
|
padding: 10px;
|
2013-01-30 23:09:00 +00:00
|
|
|
margin: 24px;
|
2013-01-30 14:30:49 +00:00
|
|
|
height: 90%;
|
2013-01-30 23:09:00 +00:00
|
|
|
background-color: #444;
|
|
|
|
border: 1px solid #7b7b7b;
|
2013-01-30 14:30:49 +00:00
|
|
|
-webkit-border-radius: 5px;
|
|
|
|
-moz-border-radius: 5px;
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.mapbox {
|
2013-01-30 23:09:00 +00:00
|
|
|
width: 270px;
|
2013-01-30 14:30:49 +00:00
|
|
|
height: 150px;
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
2013-01-30 14:38:55 +00:00
|
|
|
.kasten img {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
2013-01-30 14:30:49 +00:00
|
|
|
td {
|
|
|
|
padding-left: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
margin: 0;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|