style.css 820 Bytes
/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
       
       @import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
       h1 { text-align: center; }
       h2 { text-align: center; }
       h3 { text-align: center; }

       #map {
        width:600px; 
        height:400px;
        margin: 0 auto;


      }
      .custom-map-control-button {
        background-color: #fff;
        border: 0;
        border-radius: 2px;
        box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
        margin: 10px;
        padding: 0 0.5em;
        font: 400 18px Roboto, Arial, sans-serif;
        overflow: hidden;
        height: 40px;
        cursor: pointer;
      }
      .custom-map-control-button:hover {
        background: #ebebeb;
      }