#main {
    background: #f8f8f8;
    margin: 50px 0px;
    padding: 20px 20px;
    box-shadow: 0px 0px 10px #ddd;
}

.site-main h1 {
    font-size: 32px;
    font-weight: 600;
}

.site-main textarea#websites {
    width: 100%;
    height: 150px;
    border: 1px solid #ccc;
    padding: 0px 10px
}

.site-main input[type="submit"] {
    width: 100%;
    max-width: 200px;
    padding: 18px 25px;
    text-align: center;
    border: none;
    color: #fff;
    margin-top: 20px;
}
.site-main input[type="submit"] {
    background: linear-gradient(45deg, #1e55b2, #3477e8) !important;
    cursor: pointer;
    transform: scale(0.9);
    transition: 0.5s;
    border-radius: 5px;
}

.site-main input[type="submit"]:hover {
    transform: scale(1);
}

table {
    width: 100%;
    margin: 20px 0px;
}

td.index {
    color: #008052;
}

table td {
    font-size: 18px;
    font-weight: 500;
}

table th {
    font-size: 20px;
    font-weight: bold;
}
.single.single-tools .google_index input[type="submit"] {
    border: 0px !important;
    height:47px;
    margin-top:0px !important;
}

.single.single-tools .site-main input[type="submit"]:hover{
    background: linear-gradient(45deg, #0f449f, #0f449f) !important;
    border-color: #0f449f !important;
}
@media(max-width:767px){
    .single-tools .wpb_wrapper ul {
    padding-left: 0;
}

.single-tools .vc_row .wpb_text_column > .wpb_wrapper ol {
    margin-left: 0 !important;
    padding-left: 0;
}
.postid-48516 table thead tr th {
    font-size:15px;
}
.postid-48516 table tbody tr td {
     font-size:13px;
    word-break: break-all;
}
}