.cojs-container {
    position: fixed;
    bottom: 0px;
    left:10px;
    width: 100vw;
    height: 100px;
	z-index:30000;
	font-family: "Arial", sans-serif;
	float:left;
	
}

.cojs-div {
  background-color: #fff;
  /* box-shadow: 0px 0px 5px 5px rgba(0,0,0,.8); */
  -webkit-box-shadow: 0px 0px 5px 3px rgba(248,116,0,1);
-moz-box-shadow: 0px 0px 5px 3px rgba(248,116,0,1);
box-shadow: 0px 0px 5px 3px rgba(248,116,0,1);
  max-width: 300px;
  min-width: 250px;
  white-space: nowrap;
  padding: 1em;
  text-align: left;
  display: table;
  z-index:30001;
  float:left;
  
}

.cojs-heading {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  margin: 0px;
}

.cojs-footing {
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
  margin: 0px;
}

.cojs-text {
  display: inline-block;
}

.cojs-map {
    width: 40px;
    height: 40px;
    float: left;
    display: inline-block;
    margin-right: 1em;
}

.cojs-map img {
  width: 100%;
  height: 100%;
  border-radius: 500px;
}



@media only screen and (min-width: 700px) {

.cojs-container {
    
  /*  bottom: 100px; */
   
	
}

.cojs-div {
  max-width: 400px;
  min-width: 300px;
  
}

.cojs-heading {
  font-size: 15px;
  
}

.cojs-footing {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin: 0px;
}



.cojs-map {
    width: 60px;
    height: 60px;
   
}


	
}
