body {
    font: bold 12px Arial;
     }
a {
    text-decoration: none!important;
  }
#map{
    height:700px!important; 
    width:700px!important; 
    box-shadow: 3px 3px 10px gray!important;
  /*  margin-left: 550px;*/
    }
#repeat{ 
     display: inline!important;
     }

#country_container { 
     width: 1000px; 
     margin: 13px 3px 3px 0px; 
     text-align: center; 
     width: 85px; 
     padding: 4px; 
     display: inline-table;  
     color: white; 
     background-color: black; 
     font-size: 12px; 
     cursor: pointer;
     border: 1px solid black; 
     border-radius:13px; 
     }
#country_container:hover { 
     box-shadow: 0px 0px 10px black;
     background-color: gray; 
     border: 1px solid gray; 
     cursor: pointer; 
     }
#names { 
     cursor: pointer; 
       }

.ng-map-info-window{
    background-color: blue!important;
}       