.edgebutton {
    color: #fff;
    font-weight: 700;
    line-height: 26px;
    display: inline-block;
    border-radius: 4px;
    padding: 15px 40px;
    font-size: 24px;
    border-bottom: 0;
    cursor: pointer;
    background-color: #85bf31;
    transition: all .1s ease-in-out;
  }
.edgebutton:hover {
    background-color: #7DB22E; /* Green */
    color: white;
}
.edgebuttoninfo{
    text-align: center;
    color: #60656f;
    font-size: 14px;
    text-decoration: none;
}

.edgeresource{
  
  background-color: #e7f4ff;
  border: 1px solid #acdaff;
  border-radius: 4px;
  padding: 20px;
  word-wrap: break-word;
  padding:10px;
	line-height:1.1em;
}

.edgedownloadbox{
  background-color: #f9fcf4;
  border: 1px solid #83c11f;
  border-radius: 4px;
  padding: 20px;
  word-wrap: break-word;
  
} 
.edgewidget {
    background: #343E47;
    padding: 5px 0 0px;
    border-radius: 5px;
    color: #fff;
  font-weight: bold;
    text-align: center;
}
.edgewidgetbutton {
  font-size: 17px;
 display: inline-block;
background: #4a89dd;
    color: white;
    border-radius: 3px;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 70%;
  }
.edgewidgetbutton:hover {
    background-color: #4680CE; /* Green */
    color: white;
 
}

.edgehighlighter{
  background: #ffffa0;
    border: 1px solid #e5e597;
    padding: 0.5rem 0.625rem;
  text-align: center;
  
}

.edgebuybutton {
    color: #fff;
		display: inline-block;
    font-weight: 700;
    line-height: 26px;
    border-radius: 4px;
    padding: 12px 30px;
    font-size: 17px;
    border-bottom: 0;
    cursor: pointer;
    background-color: #f16334;
    transition: all .1s ease-in-out;
  }
.edgebuybutton:hover {
    background-color: #f28b69; 
    color: white;
}