#domainTabs span.newDomain { float: left; width: 80%; }
#domainTabs span.newDomain input{ line-height: 13px; font-size: 13px; padding: 10px; border-width: 1px; height: 37px; }
#domainTabs button.newDomain{ float: left; width: 20%; padding: 0; margin: 0; border-radius: 0;
    font-size: 13px; line-height: 17px; padding: 10px 0 !important; outline: 0 !important; height: 37px;
}
#domainTabs button.newDomain:focus{ outline: 0 !important; }
#domainTabs button.newDomain:active{ color: #FFFCBF; box-shadow: inset 0 0 1px 1px rgba(0,0,0,0.4); }

input[disabled]{ background-color: #EBEBEB !important; }

#domainQueryArea{}
#domainQueryArea .msg{ padding: 10px 0 0 0; text-align: center; margin: 0; }
#domainQueryArea .msg .ion-spin-animation{ margin: 0; padding: 0; line-height: 0; }
#domainQueryArea .msg .ion-spin-animation i{ font-size: 20px; margin: 0; padding: 0; line-height: 0; }
#domainQueryArea .msg .txt{ line-height: 25px; font-size: 15px; }
#domainQueryArea .msg .txt i{ display: inline-block; color: #FFF; border-radius: 50%;
    line-height: 25px; width: 25px; transform: translateY(-2px);
}
#domainQueryArea .msg .txt i.ion-alert{ background-color: red; }
#domainQueryArea .msg .txt i.ion-checkmark{ background-color: #54A930; }

.oldDomain .txt{ line-height: 25px; font-size: 15px; color: red; text-align: center; font-weight: bold; padding-top: 10px; }
.oldDomain .txt i{ display: inline-block; color: #FFF; border-radius: 50%;
    line-height: 25px; width: 25px; transform: translateY(-2px);
}