@charset "utf-8";
/* CSS Document */
.coolbtn{ width:257px;margin-left:114px;}
a.coolBtn {
display: block;
background-color: #0ab7dd;
color: #fff;
padding:14px 0 15px;
line-height: 1;
text-align: center;
text-decoration: none;
font-size: 1.7em;
font-weight: normal;
-ms-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
margin:2.5% 0;
}
a.coolBtn:hover{background-color:#079cbd;}
.cooltexts{font-size: 0.7em;color:#fff;}
@media all and (min-width: 0) and (max-width: 640px) {
.coolbtn{ width:95%;margin:auto;}
a.coolBtn {
display: block;
background-color: #0ab7dd;
color: #fff;
padding:14px 0 15px;
line-height: 1;
text-align: center;
text-decoration: none;
font-size: 1.7em;
font-weight: normal;
-webkit-border-radius: 7px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
margin:2.5% 0;
}
a.coolBtn:hover{background-color:#079cbd;}
.cooltexts{font-size: 0.7em;color:#fff;}
}
