@charset "utf-8"; #contact { width: 80%; margin: 15px 0px; padding: 0% 0%; } #contact p { font-family: 'Open Sans', Helvetica, sans-serif; text-align: justify; margin: 0%; padding: 0%; } #contact form { margin: 0%; } #contact form ul { position: relative; list-style-type: none; padding: 0px; margin: 0px; } #contact form ul li input, #contact form ul li textarea, #contact form button, #contact form ul .phone input:first-child, #contact form ul .phone input:last-child { width: 100%; height: 5%; border: 2px solid dodgerblue; font-size: 1.0em; color: #777; background-color: rgba(0,0,255,0.15); padding: 0 10px; line-height: 37px; margin-bottom: 5px; margin-top: 5px; font-family: 'Open Sans', Helvetica, sans-serif; } #contact form ul li textarea { height: 100px; max-width: 100%; text-align: left; overflow: hidden; } #contact form button { width: auto; text-transform: uppercase; padding: 0px 40px; text-align: center; margin-top: 20px; margin-bottom: 0px; justify-content: center; } #contact form button:hover { background-color: blue; color: white; } #contact form button:active { background-color: mediumblue; color: white; } #contact form ul .phone input:first-child { float: left; width: 65px; margin: 0 20px 0 0; margin-bottom: 5px; margin-top: 5px; } #contact form ul .phone input:last-child { float: left; width: 190px; margin-bottom: 5px; margin-top: 5px; }