.text-link {
    text-decoration: none !important;
    color: #636363 !important;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 0.7em 0;
    letter-spacing: -0.025em;
    border-bottom: dotted 1px;
    font-size: 26px;
}

.text-no-ip {
    text-decoration: none !important;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 0.7em 0;
    letter-spacing: -0.025em;
    font-size: 20px;
}

.ip-header {
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 0.7em 0;
    letter-spacing: -0.025em;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-size: 19pt;
}

.background-img {
    background-color: rgba(24,24,27,1);
}

.flag-image {
    height: 14px;
}

.title {
    color: #ffffff !important;
}

body {
    background-color: rgba(24,24,27,1);
    color: #cdcdcd;
}

.logo {
    height: 45px;
}

.bg-primary {
    background-color: rgba(24,24,27,1);
}
.bg-accent {
    background-color: rgba(251,191,36,1);
}
.bg-accent-darker {
    background-color: rgb(238, 174, 12);
}
.text-accent {
    color: rgba(251,191,36,1);
}
.text-accent-darker {
    color: rgb(238, 174, 12);
}
.border-accent {
    border: 1px solid rgba(251,191,36,1);
}

.bg-white {
    background-color: rgb(34 34 34) !important;
}

.bg-content {
    background-color: #18181b !important;
}

.bg-content-border {
    border: 1px solid #646464;
    border-radius: 8px !important;
}

.text-white {
    color: #cdcdcd !important;
}
.text-dark {
    color: #222 !important;
}

.border-search {
    border-bottom: 1px solid #646464;
}

.lookup-border {
    border: 1px solid #646464;
}

tr {
    border-color: #646464 !important;
}