/*.thing-form {
    margin: 20px 0;
}

#banner {
    border-bottom: none;
    margin-top: -20px;
}

#banner h1 {
    font-size: 60px;
    line-height: 1;
    letter-spacing: -1px;
}

.hero-unit {
    position: relative;
    padding: 30px 15px;
    color: #F5F5F5;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    background: #4393B9;
}

.footer {
    text-align: center;
    padding: 30px 0;
    margin-top: 70px;
    border-top: 1px solid #E5E5E5;
}*/

@font-face {
    font-family: 'Boycott';
    src: url('assets/BOYCOTT.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ url('assets/BOYCOTT.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

body {
    margin: 0;
    font-family: 'Boycott', Fallback, sans-serif;
    /*background: #fff;*/
}

.name_input {
    display: block;
    border: none;
    /*color: #333;*/
    color: #FFFFFF;
    background: transparent;
    /*border-bottom: 5px groove white;*/
    /*padding: 5px 10px 10px 10px;*/

    font-size: 250%;
    font-style: inherit;

    position:absolute;
    top:80px;
    left:138px;
    font-family: 'Boycott', Fallback, sans-serif;


    /*transform-orientation: 100% 100%;*/
    /*animation-duration: 3s;*/
    /*animation-name: wobble;*/
    /*animation-iteration-count: infinite;*/
    /*animation-direction: alternate;*/
}

/*.name_input:hover {*/
/*border-radius: 15px*/
/*border-color: #FDD68B*/
/*}*/

.name_input:focus {
    outline: none;
    /*border-color: #51CBEE;*/
}Potom
.name_input:active {
    /*border-color: #FEE8BD*/
    /*box-shadow: none;*/
    /*top: 3px;*/
    /*left: 3px;*/
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #FFF;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #FFF;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #FFF;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #FFF;
}

/*#gameCanvas{*/
    /*cursor:crosshair*/
/*}*/


/*@keyframes wobble{*/
    /*from {*/
        /*margin-left: 100%;*/
        /*width: 300%;*/
    /*}*/

    /*to {*/
        /*margin-left: 0%;*/
        /*width: 100%;*/
    /*}*/

/*}*/