﻿/* Place Your Custom Styles Here */

.example_c {
color: #494949 !important;
text-transform: uppercase;
text-decoration: none;
background: #ffffff;
padding: 20px;
border: 4px solid #494949 !important;
display: inline-block;
transition: all 0.4s ease 0s;
}

.example_c:hover {
color: #ffffff !important;
background: #037de8;
border-color: #037de8 !important;
transition: all 0.4s ease 0s;
}