input[type="submit"]{
background:#333;
color:#fff;
border-radius:20%;
padding: 15px 32px;
font-size:1.3em;
font-family:"open sans";
}
input[type="submit"]:hover{
background:#444;
cursor: pointer;
}
table#contact-tbl{
font-size:14px;
font-family:"open sans";
background:blue;
}
.columnsContainer, footer, header { posi

Left Column (fluid)tion: relative; margin: .5em; }
.leftColumn { margin-bottom: .5em; }
/* MEDIA QUERIES */
@media screen and (min-width: 47.5em ) {
  .leftColumn { margin-right: 19.5em; }
.rightColumn { position: absolute; top: 0; right: 0; width: 18.75em; }   
}
input[type="text"], input[type="email"], input[type="tel"]{
width:80%;
}
