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;
    }
 }
 
 /*Like button */
     #locationlastComment {
    	font-style: italic;
    }
   .likeButtonC {
        margin:0px 25px 2px 10px;
        background-color: rgba(3, 122, 207, 0.5);
		border: 2px solid white;
		width: 32px;
		border-radius: 8px;
		/*height: 24px;*/
        cursor: pointer;
        float: left;
    }
    .likeButtonC:hover {
        background-color: rgba(211,211,211, 0.95);
        border: 2px solid rgba(3, 122, 207, 0.8);
    }
    #thumbsUpIcon {
    	margin:3px 2px 3px 5px;
    	fill: white;
    	float: left;
    }
    #supportText{ 
        font-size: 11px;
        float: right;
    }
    .likeButtonC:hover >  #thumbsUpIcon{
    	fill: rgba(3, 122, 207, 0.8);
    }
    #LikeText{
        color: white;
        font-family: Lato, Serif;
        font-size: 15px;
        margin:5px 0px 5px 0px;
        padding: 5px 0px 3px 0px;
		background-color: rgba(211,211,211, 0.95);
		width: 240px;
		border-radius: 5px;
		
    }

    #VoteUpCount{
        font-size:18px;
        color: white;
        font-weight: bold;
        margin:2px 4px 2px 4px;
    }