/* creates a button effect when either classes below added to a html tag */
.rwd-button {text-align:center;border:1px solid #212121;display:inline-block;padding:10px 30px; background: rgb(0,62,121);border-radius:5px;margin:10px 0px;}
.rwd-button a {color:#fff;}
.rwd-button a:hover {color:#fff;}
.button {text-align:center;border:1px solid #212121;display:inline-block;padding:10px 30px; background: rgb(0,62,121);border-radius:5px;margin:10px 0px;}
.button a {color:#fff;}
.button a:hover {color:#fff;}