/* Enter Your Custom CSS Here */
.roll-button 
  .btn {
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #d65050;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}



.roll-button:hover {
  background: transparent;
  
	color: #ffffff;
}


.button.btn.button.ur-submit-button {
		background-color: #d65050;
		color: #ffffff;
}

.panel-grid-cell .widget-title {
    padding-top: 20px;
}

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }

