div#message {
  width:15em;
  margin:1em;

  text-align: left;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: normal;
  font-size: 12px;
  
  border-radius: 5px;
  background: #388070;
  color: white;
  border: 2px solid white;
  padding: 0.01em 1em 0.01em 1em;
  
}
.map-container {
    position: relative;
    padding-bottom: 49%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.map-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Buttons on Click*/
.but-Map {
    background-color: #3fb0ac;
    color:white; 
    font-weight:bold; 
    border:1px solid #3fb0ac;
    height:30px; 
    width:95px; 
    text-align:center; 
    float:right
}
.w3-col{
	padding-bottom: 10px;
	padding-top: 10px;
}

/*Buttons*/
.onoffButton{
    margin:8px;
    padding: 8px 16px;

    width-min:150px;
    text-align:center; 
    float:left;
    
    border: none;
    display: inline-block;
    outline: 0;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    cursor: pointer;
    white-space: nowrap;

    background-color: #FAE596;
    color: #151515;
    font-family: 'Raleway', sans-serif;
}
.buttonOn{
    background-color:#173E43;
    color:white;
}

table {
    color: #090f0f;
    font-family: Lato, Serif;
    width: auto;
}
#summary_ofcommunityinput {
	padding: 2.5px 8px 2.5px 8px;
    float: left;
    /*width:33%;*/
	/*width: 260px;*/
}
h2 {
   font-weight:bold;
   text-transform: uppercase;
   font-size: 23px;
}
#latestCommentHeader {
   font-weight:bold;
   text-transform: uppercase;
   font-size: 18px;
}
p {
    color: #090f0f;
    font-family: Lato, Serif;
    font-size: 15px;
    max-width: 85%px;
    padding: 2.5px 15px 2.5px 15px;
    word-wrap: break-word;
}
#locationlastComment {
	font-style: italic;
}
.hidden { 
    display: none; 
}

.wrapper-content {
    width: 100%;
    overflow: hidden; 
}
 
.dvMap {
    width:100%; /*850px;*/
    overflow: hidden; 
}

.wrapper {
    position: relative; 
    padding-bottom: 100%; /* 56.25%; ratio 16x9 */
    height: 0;
    height: auto;
}

/*responsive styling */
@media only screen
and (min-device-width : 768px)
and (max-device-width: 1024px)  {

    .wrapper-content {
	    max-width: 725px;
    }  
    .dvMap {
	    max-width: 600px;
    }

}

/*responsive styling */
@media only screen
and (min-device-width : 360px)
and (max-device-width: 767px)  {

    .wrapper-content {
	max-width: 340px;
    }  
    .dvMap {
	max-width: 340px;
    }
 }