a.big_button {
font: bold 20px/30px 'Lato', Arial, sans-serif;
color: #ffffff !important;
background-color:#e0e0e0;
text-decoration:none;
padding: 13px 30px 11px 30px !important;
cursor: pointer;
text-shadow: 2px 2px 3px rgba(1, 1, 1, 0.5);
border:solid 3px #ffffff;
-webkit-border-radius: 29px;
-moz-border-radius: 29px;
border-radius: 29px;
-webkit-box-shadow: 0px 0px 8px 0px rgba(1, 1, 1, 0.75);
-moz-box-shadow: 0px 0px 8px 0px rgba(1, 1, 1, 0.75);
box-shadow: 0px 0px 8px 0px rgba(1, 1, 1, 0.75);
}
a.big_button:hover {
color: #ffffff !important !important;
-webkit-box-shadow: inset 1px 1px 1px 1px rgba(1, 1, 1, 0.35);
-moz-box-shadow: inset 1px 1px 1px 1px rgba(1, 1, 1, 0.35);
box-shadow: inset 1px 1px 1px 1px rgba(1, 1, 1, 0.35);
text-decoration:none;
}
a.big_button.grey_big_button{background-color:#a3a3a3;}
a.big_button.blue_big_button{background-color:#49a6ce;}
a.big_button.red_big_button{background-color:#c33535;}
a.big_button.green_big_button{background-color:#95bb21;}
a.big_button.black_big_button{background-color:#414141;}
a.big_button.yellow_big_button{background-color:#d6c006;}
a.big_button.brown_big_button{background-color:#c35417;}
a.big_button.aqua_big_button{background-color:#00d3e0;}
a.big_button.pink_big_button{background-color:#c13294;}
a.big_button.orange_big_button{background-color:#e05a00;}
a.big_button.softblue_big_button{background-color:#6592a9;}
a.big_button.darkblue_big_button{background-color:#0b0c85;}

a.small_button {
font: bold 14px/20px 'Lato', Arial, sans-serif;
color: #ffffff !important;
background-color:#e0e0e0;
text-decoration:none;
padding: 10px 15px 7px 15px;
cursor: pointer;
text-shadow: 2px 2px 2px rgba(1, 1, 1, 0.5);
border: solid 2px #ffffff;
-webkit-border-radius: 19px;
-moz-border-radius: 19px;
border-radius: 19px;
-webkit-box-shadow: 0px 0px 8px 0px rgba(1, 1, 1, 0.75);
-moz-box-shadow: 0px 0px 8px 0px rgba(1, 1, 1, 0.75);
box-shadow: 0px 0px 8px 0px rgba(1, 1, 1, 0.75);
}
a.small_button:hover {
color: #ffffff !important;
-webkit-box-shadow: inset 1px 1px 1px 1px rgba(1, 1, 1, 0.35);
-moz-box-shadow: inset 1px 1px 1px 1px rgba(1, 1, 1, 0.35);
box-shadow: inset 1px 1px 1px 1px rgba(1, 1, 1, 0.35);
text-decoration:none;
}
a.small_button.grey_small_button{background-color:#a3a3a3;}
a.small_button.blue_small_button{background-color:#009ee0;}
a.small_button.red_small_button{background-color:#b23030;}
a.small_button.green_small_button{background-color:#78b000;}
a.small_button.black_small_button{background-color:#151515;}
a.small_button.pink_small_button{background-color:#ae00b0;}
a.small_button.brown_small_button{background-color:#583e16;}
a.small_button.aqua_small_button{background-color:#00d3e0;}
a.small_button.yellow_small_button{background-color:#d5be00;}
a.small_button.orange_small_button{background-color:#e05a00;}
a.small_button.softblue_small_button{background-color:#6592a9;}
a.small_button.darkblue_small_button{background-color:#0b0c85;}