/* =Elements
---------------------------*/
body {
    font-family: Verdana, Helvetica, sans-serif;
    margin: 0;
    padding: 1px;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    background: #cef;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 5px;
    font-family: georgia, verdana, sans-serif;
}
h1:not(:first-child) {
    margin-top:10px;
}
h1 span {
    color: #b42;
}
p {
    margin: 0 0 14px;
}
p:last-child {
    margin-bottom: 0;
}
td span {
    color: #b42;
}
th {
    font-weight: normal;
    text-align: right;
    white-space: nowrap;
}
td b {
    display: none;
}
table {
    border-collapse: collapse;
}
th, td {
    border: 1px solid #e1edff;
    padding: 2px 1px;
}
tr {
    background-color: #fff;
}
tr:nth-child(odd) {
    background-color: #e5f5ff;
}
form,
form input {
    text-align: center;
    font-size: 1.2em;
}

/* =Header
---------------------------*/
header {
}

/* =Content
---------------------------*/
main {
    padding: 7px;
    margin: 3px 0;
    background: #efe;
    border-radius:30px;
}

/* =Footer
---------------------------*/
footer {
    padding: 10px;
}

/* =Custom
---------------------------*/
.site {
    color: #333;
    max-width: 960px;
    margin: auto;
    overflow: hidden;
}

.blubox {
    color: #eee;
    background: radial-gradient(circle, #0077ea, #1f4f96, #1b2949, #000000);
    border-radius: 30px;
}
.ipinfo {
    margin: 0 auto 14px;
    padding: 15px 0;
    background: radial-gradient( #ddeeff, #0077ea);
    border-radius: 40px;
    text-align: center;
}
.ipbtn {
    padding: 5px 15px;
    background: radial-gradient( #ddeeff, #0077ea);
    border-radius: 10px;
    color: #b42;
    text-shadow: -1px 1px 0 #ffffff;
}
.ipinfo p {
    margin: 0;
    font-size: 3em;
    line-height: normal;
}
.ipshadow {
    color: #b42;
    font-weight: bold;
    font-family: georgia, verdana, sans-serif;
    text-shadow: 2px -2px 1px #fff, 4px -4px 2px #808080;
    text-shadow: -1px 1px 0 #ffffff,
    0 -1px 0 #cccccc,
    1px -2px 0 #c9c9c9,
    2px -3px 0 #bbbbbb,
    3px -4px 0 #b9b9b9,
    4px -5px 0 #aaaaaa,
    5px -6px 1px rgba(0, 0, 0, 0.1),
    0 0 5px rgba(0, 0, 0, 0.1),
    1px -1px 3px rgba(0, 0, 0, 0.3),
    2px -3px 5px rgba(0, 0, 0, 0.2),
    4px -5px 10px rgba(0, 0, 0, 0.25),
    8px -10px 10px rgba(0, 0, 0, 0.2),
    10px -20px 20px rgba(0, 0, 0, 0.15)
}
.ipinfo b {
    display: none;
}
.maxmind {
    font-size: 10px;
    margin: 15px 30px 0 0;
    text-align: center;
}
.maxmind a {
    color: #eee;
    text-decoration: none;
}
.reklm {
    line-height: 18px;
    margin: 0 0 20px;
    text-align: center;
}
.ftr {
    padding: 6px;
    border-top: 1px solid gray;
    margin: 0 20px 0;
    text-align: center;
}
.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: #b42;
}
.hover-underline-animation::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #ffffcc;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
.hover-underline-animation:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

/* =RWD
---------------------------*/
@media (min-width: 700px) {
    body {
        padding: 10px;
    }
    main {
        padding: 30px;
        margin: 14px 0;
    }
    .ipinfo {
        width: 50%;
    }
}
