@media screen {
a .button img, button img{
    vertical-align:middle;
}
a .button.success, button.succes{
  background-color: #60a917 !important;
  color: #ffffff !important;
}

a.button, button {
  border: 0;
  padding: 4px 12px;
  text-align: center;
  vertical-align: middle !important;
  background-color: #d9d9d9;
  border: 1px transparent solid;
  color: #222222;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  outline: none;
  font-size: 14px;
  line-height: 16px;
  margin: auto;  
	padding:2px 20px 2px 20px;
	margin-left:10px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;	
}

a.button:focus, button:focus {
  background-color: #4390df !important;
  color: #ffffff !important;
}

a.button:hover, button:hover{
  border: 1px solid rgba(81, 203, 238, 1);
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);  
}

a.button.flat{
  background-color: transparent !important;
	color: inherit !important;
}

}
.button_bar{
  position: relative;
  margin: 10px 0 0 0;
  padding: 5px 0;
  text-align: right;
}

}
