#search_ip_form {
    width: 100%;
    max-width: 630px !important;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    padding-bottom: 20px;
    border-bottom: 3px solid #3EBDF0;
}
.tip_box {
    clear:both;
    background-color:#DCEDF2;
    padding:10px;
    border:1px solid #B5B5B5;
}
.tip_box h2 {
    font-size:18px;
    margin:7px 10px 10px 0px;
    color:#3D3F40;
}
.tip_box p {
    line-height:1.3em;
    font-size:14px;
    color:#595959;
}
.tip_box p {
    line-height:1.3em;
    font-size:14px;
    color:#595959;
}
.tip_box ol {
    font-size:14px;
    color:#595959;
}
.tip_box ol li {
    line-height:1.3em;
}
.checkip_table {
    font-size: 1rem;
    margin: 30px;
    border: 1px solid #CCC;
    border-bottom: none;
    margin-left: auto;
    margin-right: auto;
}
.checkip_table td {
    border-bottom: 1px solid #CCC;
    padding: 4px;
}
.checkip_table .title {
    /* width:150px; */
    background-color:#EEE;
    text-align:right;
    padding-right:10px;
}
.checkip_table .title_right {
    /* width:150px; */
    background-color:#EEE;
    text-align:left;
    padding-left:10px;
}
.checkip_table .detail {
    background-color:#FFF;
    text-align:left;
    padding-left:10px;
}
.checkip_table .right_col {
    border-right:none;
    text-align:center;
    font-size:18px;
}
.btn_submit{
    height:50px;
    font-weight:400;
    width:100%;
    font-size:1.8em;
    font-family:'Kanit';
}
.ip_container {
    border-radius: 7px; 
    background: url('../images/checkip_background.jpg') no-repeat top; 
    background-size: contain;
    font-family: 'Kanit';
}
.ip_container-layout {
    border: 1px solid #eee; 
    border-radius: 7px; 
    padding: 0px;
}
#ip_display {
    width: 90%; 
    max-width: 500px !important; 
    height: 50px; 
    font-size: 18px; 
    text-align:center;
}
#ip_submit-btn {
    width: 93%; 
    max-width: 450px !important; 
    border: 0; 
    border-radius: 7px; 
    font-size: 18px; 
    padding: 12px 5px;
    font-family: 'Kanit'; 
    background-color: #0c78a6; 
    color: #fff; 
    cursor: pointer;
    line-height: 1.2;
}
#ip_back-btn {
    border: 1px solid #ccc; 
    border-radius: 5px; 
    font-family: Kanit; 
    height: 54px; 
    font-size: 14px; 
    font-weight: bold; 
    width: 93%; 
    max-width: 450px !important; 
    color: #FF0000;
}
#current_ip-display {
    padding: 10px; 
    margin-top: 20px; 
    font-weight: bold; 
    font-size: 16px; 
    color: #0c78a6; 
    display: flex; 
    justify-content: center; 
    text-align: center;
}
#ip_output-layout {
    width: 100%; 
    margin-top: 25px; 
    margin-bottom: 45px; 
    display: flex; 
    justify-content: center; 
    font-size: 4rem; 
    color: #FF0000;
}
#speedtest_link-layout {
    width: 100%; 
    font-weight: bold; 
    font-size: 18px; 
    display: flex; 
    justify-content: center; 
    text-align: center;
}
.lastest-update-container { 
    margin-top: -5px;
    margin-bottom: 15px;
    color: #555;
    font-size: 0.9em;
}