body {
    font-family: 'Roboto', sans-serif;
}

.element {
    border: none;    
}

hr {
    border-top: 1px solid #245953;
       
}

ul {list-style-type: none;}
body {font-family: 'Roboto', sans-serif;}

/* Month header */
.month {
  padding: 70px 25px;
  width: 100%;
  background: #8a98c5;
  text-align: center;
}

/* Month list */
.month ul {
  margin: 0;
  padding: 0;
}

.month ul li {
  color: white;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 6px;
}

/* Previous button inside month header */
.month .prev {
  float: left;
  padding-top: 10px;
}

/* Next button */
.month .next {
  float: right;
  padding-top: 10px;
}

/* Weekdays (Mon-Sun) */
.weekdays {
  margin: 0;
  padding: 10px 0;
  background-color:#ddd;
}

.weekdays li {
  display: inline-block;
  width: 13.6%;
  color: #666;
  text-align: center;
}

/* Days (1-31) */
.days {
  padding: 10px 0;
  background: #eee;
  margin: 0;
}

.days li {
  list-style-type: none;
  display: inline-block;
  width: 13.6%;
  text-align: center;
  margin-bottom: 5px;
  font-size:12px;
  color: #777;
}

/* Highlight the "current" day */
.days li .active {
  padding: 5px;
  background: #666;
  color: white !important
}




@media all and (max-width: 500px) {
  .map {
    width: 50%;
    height: 50%;

  }

  
}






  
