@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto');
html {
	overflow: hidden;
	height: 100%;
	max-height: 100%;
	min-height: 100%;
}
body {
	background-color:#191919;
	color: #FFF !important;
	height: 100%;
	max-height: 100%;
	min-height: 100%;
	margin: 0;
	width: 100%;
	min-width: 100%;
	position: relative;
    -webkit-overflow-scrolling: touch;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1.5px;
}
#hashthis {
    background-color: transparent;
    width: 80%;
    border: 10px solid #FFF;
    color:  #FFF !important;
    font-size: inherit;
    display: block;
    height: 80px !important;
    padding: 6px 12px;
    font-size: 24px !important;
    line-height: 1.42857143;
    background-image: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
    border-radius: 0;
    margin: 0 auto;
}
#usethis {
    background-color: transparent;
    width: 80%;
    border: 10px solid #FFF;
    color:  #FFF !important;
    font-size: inherit;
    display: block;
    height: 80px !important;
    padding: 6px 12px;
    font-size: 24px !important;
    line-height: 1.42857143;
    background-image: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
    border-radius: 0;
    margin: 15px auto 15px auto;
}
#by {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 1em;
    width: 100%;
}
#by a {
    color: #FFF !important;
    text-decoration: none !important;
    text-transform: none !important;
}
.hashthis {
    position: absolute;
    top: 5%;
    width: 100%;
    text-align: center;
    font-size: 35px;
}
.hashthis_ {
    top: 20%;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
#hashit {
    border: 10px solid #FFF;
    margin-top: 15px;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
}
#hashit, #hash {
    margin-left: 10%;
}
#hash {
    margin-top: 30px;
    word-break: break-all;
    width: 80%;
}
*:focus {
    outline: none;
}
::-webkit-input-placeholder {
    color: #FFF
}
::-moz-placeholder {
    color: #FFF
}
:-ms-input-placeholder {
    color: #FFF
}
:-moz-placeholder { 
    color: #FFF;
}