body {
  padding-top: 50px;
}

#menu {
    text-align: right;
}
.content {
    padding: 40px 15px;
}

.home, .results {
    text-align: center;
}

.button {
    background-color: #0f3113;
    transition-duration: 0.3s;
    color: #fff;

    border: 0;
    white-space: nowrap;
    text-align: center;
    line-height: 34px;
    height: 34px;
    font-size: 20px;
    vertical-align: middle;
}

.button:hover {
    background-color: #2f302b;
    background-color: pink;
}

.footer {
    padding-top: 20px;
    background-color: #eee;
}
#footer a,
#menu a {
    color: #000;
}
#footer a:hover,
#menu a:hover {
    color: #666;
}
#info {
    margin: 16px;
    margin-bottom: 64px;
}

#info img {
    max-height: 420px;
    max-width: 100%;
}

#results {
    width: 480px;
    margin: auto;
    text-align: left;
}
.result .status {
    display: inline;

}
.taken {
    background: red;
}
.available {
    background: green;
}
.in_progress {
    background: yellow;
}

.table tbody>tr>td {
    vertical-align: middle;
}

#login-dp{
    min-width: 250px;
    padding: 14px 14px 0;
    overflow:hidden;
    background-color:rgba(255,255,255,.8);
}
#login-dp .help-block{
    font-size:12px    
}
#login-dp .bottom{
    background-color:rgba(255,255,255,.8);
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;
}
#login-dp .social-buttons{
    margin:12px 0;
}
#login-dp .social-buttons a{
    width: 49%;
}
#login-dp .form-group {
    margin-bottom: 10px;
}

@media(max-width:768px){
    #login-dp{
        background-color: inherit;
        color: #fff;
    }
    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }
}

#login {
    max-width: 480px;
}

#login .alert {
    margin-top: 8px;
    padding: 8px;
}

#register {
    max-width: 480px;
}

#register .alert {
    margin-top: 8px;
    padding: 8px;
}

noscript {
    color: #fafcfc;
    background-color: #ff0000;
    text-align: center;
    font-size: 200%;
    display: block;
}

.kopimi {
    background: url("/static/kopimi-light.png") top left;
    width: 32px;
    height: 33px;
    display: inline-block;
}

.kopimi:hover {
    background-image: url("/static/kopimi-dark.png");
}

.ipredator {
    background: url("/static/ipredator.png") top left;
    display: inline-block;
    //width: 208px;
    width: 64px;
    height: 32px;
    background-position: 0px -32px;
}

.ipredator:hover {
    background-position: 0px 0px;
}

.ipredator.dark {
    background-position: 0px 0px;
}
.ipredator.light {
    background-position: 0px -64px;
}

.splash-back {
    background-color: #fff;
    color: #000;
}

@media(max-width:768px){
    .home .searchbox {
        margin: 4px;
    }
}
@media(min-width:768px){
    .home {
        margin: -40px -15px;
    }
    .home h1 {
        margin-top: 80px;
    }
    .home h2 {
        margin-top: 96px;
    }
    .home h4 {
        margin-bottom: 64px;
    }
    .home .info {
        margin-bottom: 160px;
    }
    .splash-back {
        color: #fff;
        background: url("/static/njalla-splash2.png") top left;
        background-repeat: no-repeat;
    }
}

form.whois .form-group {
    margin-bottom: 4px;
}

form.whois .form-group label {
    margin-bottom: 0px;
}

#bitpay_invoice {
    border: 0;
    display: none;
}

.add_funds {
    margin-top: 15px;
    margin-bottom: 15px;
}

#bitpay_error,
#bitcoin_error {
    display: none;
    margin-top: 45px;
    text-align: center;
}

.add_funds_paypal {
    margin-left: 0px;
}

#supportmessage {
    height: 300px;
}
.display-none {
    display: none;
}
.display-inline {
    display: inline;
}

.impersonate {
    color: red !important;
}
