#drop,input,button {
    -moz-box-shadow: 0px 0px 0px #1e1e1e; 
-webkit-box-shadow: 0px 0px 0px #1e1e1e; 
box-shadow: 0px 0px 0px #1e1e1e;
-webkit-transition: box-shadow 0.3s ease-in-out 0s;
-moz-transition: box-shadow 0.3s ease-in-out 0s;
-o-transition: box-shadow 0.3s ease-in-out 0s;
-ms-transition: box-shadow 0.3s ease-in-out 0s;
transition: box-shadow 0.3s ease-in-out 0s;
}
#drop:hover,button:hover,input:hover {
-moz-box-shadow: 0px 0px 5px #1e1e1e; 
-webkit-box-shadow: 0px 0px 5px #1e1e1e; 
box-shadow: 0px 0px 5px #1e1e1e;
-webkit-transition: box-shadow 0.3s ease-in-out 0s;
-moz-transition: box-shadow 0.3s ease-in-out 0s;
-o-transition: box-shadow 0.3s ease-in-out 0s;
-ms-transition: box-shadow 0.3s ease-in-out 0s;
transition: box-shadow 0.3s ease-in-out 0s;
}
body {
 font-family: Lato;  
}
#drop {    
    position: absolute;
    top: 0px;
    float: center; 
}
option {
    text-align: center;
}
#drop:hover {
    transform: scale(1.02);
}
.styled-select select {
    text-align: center;
    outline: none;
    cursor:pointer;
   background: transparent;
   width: 268px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   }
.styled-select {
   width: 240px;
   height: 34px;
   overflow: hidden;
   /* background: url(http://cdn.bavotasan.com/wp-content/uploads/2011/05/down_arrow_select.jpg) no-repeat right #ddd; */
   border: 1px solid #ccc;
   }
.data {
    margin: 5px;
    top: 10px;
    margin-top: 30px;
}
.new {
    margin-bottom: 35px;
    border-radius: 10px;
     border-color:#cccccc;
    border-width:3px;
    font-size:18px;
    padding: 5px;
     border: 2px #888888 solid;
    background-color: #fdfcfc;
}
.specify {
    margin-left: 20px;
}
#myx, #myy, .new {
    font-weight:normal;
    font-style:none;
    font-family:sans-serif;
    margin-right: 15px;
    font-size: 20px;
}
#myy {
    margin-left: 15px;
}
input {
    border-color:#cccccc;
    border-width:3px;
    font-size:18px;
    padding:10px;
    border-style:solid;
    border-radius:12px;
    box-shadow: 0px 0px 0px 0px rgba(42, 42, 42, .75);
    text-shadow:0px 0px 0px rgba(42, 42, 42, .75);
    font-weight:normal;
    font-style:none;
    font-family:sans-serif;
}
input:focus {
    transition:background-color 300ms ease-in 0s 
        -webkit-transition:background-color 300ms ease-in 0s;
    -moz-transition:background-color 300ms ease-in 0s;
    -o-transition:background-color 300ms ease-in 0s;
    border-color: #27ae60;
    outline: none;
}
body {
    outline: none;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    background: #f4eedf;
    text-align: center;
}
.add {
    margin-top: 15px;
}
input {
    margin-top: 10px;
    margin-right: 20px;
}
span {
    margin-top: 1540px;
}
.results {
    text-align: center;
    width: 600px;
    height: 400px;
    border: 2px #888888 solid;
    background-color: #fdfcfc;
    padding: 20px;
    font-size: 16px;
    font-weight: inherit;
    font-family:'MS Sans Serif', Geneva, sans-serif;
    font-style: inherit;
    text-decoration: inherit;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -moz-box-shadow: 0px 0px 18px 3px #888888;
    -webkit-box-shadow: 0px 0px 18px 3px #888888;
    box-shadow: 0px 0px 18px 3px #888888;
}
button {
    outline: none;
    cursor: pointer;
    display: block;
    color: #444;
    margin-bottom: 5px;
    border: 4px solid rgba(255, 255, 255, 1);
    border-radius: 5px;
    background: rgba(255, 255, 255, 1);
    display: inline-block;
    font-size: 1em;
    line-height: 100%;
    margin: 0 5px;
    padding: 0.7em;
    text-decoration: none;
    opacity: 0.7;
}


.article {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 10% 20% 0;
    text-align: left;
}