.inline-block{
    display:inline-block;
    margin:15px;
}
.center{
    text-align:center;
}

.subtitle{
    font-size:1.1em !important;
    margin:20px;
}
.left{
    text-align:left;
}

.right{
    text-align:right;
}
.description{
    margin:20px 10px;
}

/** Buttons **/
.buy{
    color:white;
    padding:10px;
    background:rgba(54,126,17,.7);
    box-shadow: 1px 1px 1px rgba(0,0,0,.2);
    border-radius:4px;
    padding: 15px 25px;
    font-size: 1.2em;
    font-weight: bold;
}

.buy:hover{
    background:rgba(54,126,17,1);
      cursor:pointer;
}

.domain_link{
    font-size:1.2em;
    font-weight:bold;
    margin:10px;
    
}

/**notification container**/
.notification{
    padding:10px;
    text-align:center;
}

.error{
    background-color:red;
}

.confirmation{
    background-color: green;
}

.banner{
    text-align: center;
    margin: 10px;
    padding: 15px;
}

.banner p{
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bolder;
}

.capital{
     font-size: 1.3em;
    text-transform: uppercase;
}

/**Notification Containers**/

#notification-email{
    position: fixed;
    top: 0;
    width: 100%;
}

.close{
    font-weight: bolder;
    font-size: 1.2em;
}

.close:hover{
    cursor: pointer;
}