body{
    background: white;
}
.user_tag{
    display: inline-block;
    color: white;
    background: blue;
    padding: 0 11px;
    font-size: 13px;
    border-radius: 10px;
}
.user_tag a{
    color: white;
    text-decoration: none;
}
.help-block{
    font-size: 87%;
    opacity: 0.9;
}
.my-domain{
    border: 1px solid gray;
    padding: 15px 15px 0 15px;
    margin-bottom: 20px;
    position: relative;
}
.domain-history{
    display: inline-block;
    margin-bottom: 0;
    border: 1px solid lightgray;
    margin-top: 10px;
    background: lightgray;
    padding: 0 8px;
    border-radius: 15px;
    font-size: 12px;
}
.purchase-label{
    position: absolute;
    bottom: 10px;
}
.lifetime-label{
    font-size: 30px;
    opacity: 0.04;
}

.cursor{
    cursor: pointer;
}
.domain-usage-count{
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.alert-danger ul{
    margin-bottom: 0;
}
@media (min-width: 768px){
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

