22 lines
273 B
CSS
22 lines
273 B
CSS
#document-container {
|
|
border-top: 2px solid #B6B6B6;
|
|
background: #DFDFDF;
|
|
position: absolute;
|
|
top: 47px;
|
|
bottom: 29px;
|
|
right: 0px;
|
|
left: 0px;
|
|
}
|
|
|
|
#map {
|
|
position: absolute;
|
|
top: 0px;
|
|
bottom: 16px;
|
|
left: 0px;
|
|
right: 16px;
|
|
z-index: 10;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
}
|