/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .npt-tooltip {
   font-size:14px;
    width:230px;
    padding:5px;
    color: #ffffff;
    background: #000000;
    line-height: 15px;
    text-align: center;
    border-radius: 6px;
	z-index:9999; 
  }

.goal_amount{
	text-align:right;
}


.widget-wrap .button {
  background-color: #ed702b;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  width: 100%;
}
.widget-wrap .join-button {
  background-color: #6d6d6d6d;
  border: none;
  color: white;
  padding: 1px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  width: 100%;
    font-family: "America",sans-serif;
    font-weight: 600;  
}
.widget-wrap .join-button:hover { 
  background-color: #ed702b;
  text-decoration: none;
}