@import url("http://fonts.googleapis.com/css?family=Open+Sans");
.uc_border_buttons *{
margin:0;
padding:0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.uc_border_buttons .uc_container_holder {
position:relative;
text-align:center;
font-family: 'Open Sans', 'sans-serif';
}
.uc_border_buttons .uc_container_holder .uc_btn {
cursor: pointer;
border-radius: 5px;
text-decoration: none;
padding: 10px;
font-size: 22px;
transition: .3s;
-webkit-transition: .3s;
-moz-transition: .3s;
-o-transition: .3s;
display: inline-block;
}
.uc_border_buttons .uc_container_holder .uc_btn:hover {
cursor: pointer, auto;
}
.uc_border_buttons .uc_container_holder .uc_blue {
color: #55acee;
border: 2px #55acee solid;
}
.uc_border_buttons .uc_container_holder .uc_blue:hover {
background-color: #55acee;
color: #fff
}
.uc_border_buttons .uc_container_holder .uc_green {
color: #2ecc71;
border: 2px #2ecc71 solid;
}
.uc_border_buttons .uc_container_holder .uc_green:hover {
color: #fff;
background-color: #2ecc71;
}
.uc_border_buttons .uc_container_holder .uc_red {
color: #e74c3c;
border: 2px #e74c3c solid;
}
.uc_border_buttons .uc_container_holder .uc_red:hover {
color: #fff;
background-color: #e74c3c;
}
.uc_border_buttons .uc_container_holder .uc_purple {
color: #9b59b6;
border: 2px #9b59b6 solid;
}
.uc_border_buttons .uc_container_holder .uc_purple:hover {
color: #fff;
background-color: #9b59b6;
}
.uc_border_buttons .uc_container_holder .uc_orange {
color: #e67e22;
border: 2px #e67e22 solid;
}
.uc_border_buttons .uc_container_holder .uc_orange:hover {
color: #fff;
background-color: #e67e22;
}
.uc_border_buttons .uc_container_holder .uc_yellow {
color: #f1c40f;
border: 2px #f1c40f solid;
}
.uc_border_buttons .uc_container_holder .uc_yellow:hover {
color: #fff;
background-color: #f1c40f;
}
.uc_border_buttons .uc_container_holder .uc_buttons {
padding-top: 30px;
text-align: center;
}