/*
    Document   : default.css
    Created on : Sep 22, 2013, 2:50:14 PM
    Author     : Twinkle
    Description:
        Purpose of the stylesheet follows.
*/

html {
    box-sizing: border-box;
    height:100%;
}

body {
    margin:0;
    height:100%;
}

#map_canvas {
    height:100%;
    width:100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.popup-header img {
    width:54px;
    border-radius:50%;
}

.popup-header-title {
    font-weight:bold;
}

#map_container {
    position:relative;
    width:100%;
    height:100%;
}

#left-menu {
    width:250px;
    height:480px;
    border-radius: 10px;
    position:absolute;
    top:10px;
    left:10px;
}