/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

@import url(http://fonts.googleapis.com/css?family=Nova+Square);

body { 
     background-color: #181818;
     font-family: 'Nova Square', sans-serif;
     color: #66FF00;
}

a{
     #font-weight:bold;
}

div.holder {
    margin: 0px auto;
    width: 40%;
}

div.emp {
    border:solid;
    margin: 15px;
    padding: 15px;
    text-transform: uppercase;
}

input[type=text], input[type=number], input[type=tel ] {
    border: 3px solid #66FF00; 
    padding: 15px;
    background: rgba(0,0,0,0.5);
    margin: 0 0 10px 0;
    font-family: 'Nova Square';
    font-size: 18;
    color: #66FF00;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { /* STYLES GO HERE */

body {
     background-color: white;
     font: -apple-system-body;
     color: black;
     font-size: 17/21px;
}

h1 {
     font-weight:bold;
}

div.holder {
     width: 90%;
}

div.emp {
     border: 0px;
}

div.hairline {
     background: repeat-x bottom left url(data:image/gif;base64,R0lGODlhAQACAPABAMjHzP///yH/C1hNUCBEYXRhWE1QAz94cAAh+QQFAAABACwAAAAAAQACAAACAgwKADs=);
     background-size: 100% 1px;
}

input.button] {
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  background: transparent;
  border: none;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
}

}