.container {
    padding: 0;
}
.full-width {
    width: 100%;
}

//html, body, .container-fluid, 
//#mapCanvas {
//    height:100%;
//}
//.container-fluid {
//    width:100%;
//    position:absolute;
//    top:0;
//    padding:0;
//}
//#mapCanvas {
//    border-top:50px solid #fff;
//    border-bottom:20px solid #fff;
//}
//header {
//    height:50px;
//}
//footer {
//    height:20px;
//}

body, html {
   height:100%
}
#mapCanvas, #mapContainer {
    height:100%;
    min-height:100%;
}
