* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

:root {
    --primary-color: rgb(29, 103, 141);
    --b-color: #f5f5f5;
}

body {
    font-family: 'Satoshi', sans-serif;
    background-color: #fff;
}

header {
    width: 100%;
    background-color: #fff;
}

.navbar {
    margin: 8px 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img {
    width: 120px;
    height: auto;
}

.search-box {
    position: relative;
}


.search-box input {
    width: 550px;
    height: 40px;
    border: none;
    outline: none;
    background: #fafafa;
    border-radius: 30px;
    color: black;
    font-size: .9rem;
    padding-left: 20px;
    border: 1px solid rgb(206, 206, 206);
}

.search-box button {
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.1rem;
    color: white;
    transform: scale(0.9);
    background: rgb(29, 103, 141);
}

.search-icon:hover {
    cursor: pointer;
}

.infobar a {
    text-decoration: none;
    color: rgb(29, 103, 141);
    font-size: .8rem;
    font-weight: 700;
    transition: .2s ease-in;
}

.infobar a:hover {
    color: rgb(236, 157, 0);
}

.language-box {
    display: flex;
    padding: 4px 5px;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 6px;
    gap: 3px;
}

#languageSelect {
    border: none;
    cursor: pointer;
}

.language-box .down-angle {
    font-size: 10px;
}


/** Panel Section **/
.div-panel {
    width: 100%;
    height: auto;
    align-content: center;
    position: sticky;
    top: 0;
    background-color: #fff;
    box-shadow: 0 4px 5px -6px rgba(0, 0, 0, 0.3);
}

.panel {
    display: flex;
    margin: 6px 100px;
    align-items: center;
    justify-content: space-between;
}

.category {
    display: flex;
    align-items: center;
    gap: 35px;
}

.category a {
    border: none;
    outline: none;
    color: rgb(0, 0, 0);
    padding: 8px 15px;
    border-radius: 15px;
    border: 1px solid rgb(155, 153, 153);
    background-color: rgb(255, 255, 255);
    align-items: center;
    cursor: pointer;
    font-size: .9rem;
    transition: .3s ease-in;
}

.category a:hover {
    color: rgb(236, 157, 0);
}

/** Social 
.social-media {
    display: flex;
    gap: 20px;
}

.social-media i {
    color: var(--b-color);
    transition: .3s ease-in;
}

.social-media i:hover {
    cursor: pointer;
    color: rgb(236, 157, 0);
}   **/



/** add section 
.top-add{    
    width: 100%;
    height: 180px;
    margin: 20px auto;
    border-radius: 5px;
    background-color: #f5f5f5;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);    
}   **/







/** hero section  **/
.main-hero {
    width: 100%;
    display: flex;
    height: auto;
    margin: auto;
    justify-content: space-between;
}

.sideBarAdv {
    width: 150px;
    height: 80vh;
    margin-top: 25px;
    position: sticky;
    top: 50px;
    border-radius: 3px;
    background-color: #f5f5f5;
}

.hero-section {
    width: 100%;
    height: auto;
    margin: auto;
}

.hero-content {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: space-between;
}

.hero-heading {
    width: 75%;
    border-radius: 5px;
    padding: 16px 16px 0 16px;
}




/* Hero Post Styling */
#hero-post {
    background-color: #fff;
}

.hero-post-button {
    display: flex;
    font-size: 22px;
    margin-bottom: 25px;
    padding: 0 16px;
    position: sticky;
    top: 0;
    background-color: #fff;
    height: 40px;
    box-shadow: 0 4px 5px -6px rgba(0, 0, 0, 0.3);
    align-items: center;
    justify-content: space-between;
}

.share-buttons {
    cursor: pointer;
    font-size: 18px;
}

.post-card {
    padding: 0;
    border-bottom: 1px solid #b7b7b7;
}

.post-card-post-details {
    width: 100%;
    display: flex;
    gap: 25px;
    margin-bottom: 25px;
}

#hero-post .post_img {
    width: auto;
}

#hero-post .post_img img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid rgb(212, 212, 212);
}

.name-category-update {
    margin-bottom: 12px;
    display: block;
    font-size: .9rem;
}

#hero-post .post-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

#hero-post .department {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #525972;
}

#hero-post .post-vacancy {
    font-size: 14px;
    margin-bottom: 12px;
    color: #525972;
}

#hero-post .post-lastdate {
    font-size: 14px;
    margin-bottom: 12px;
    color: #525972;
}

#hero-post .location {
    font-size: 14px;
    margin-bottom: 12px;
    color: #525972;
}

#hero-post .update {
    gap: 4px;
    display: flex;
    font-size: 12px;
    color: #121224;
}

#hero-post .post-category {
    color: red;
    font-weight: 700;
}

#hero-post .post-title {
    line-height: 1.7;
    font-size: 16px;
    padding: 13px;
    background: #f7f7f9;
    border-radius: 12px;
    text-align: justify;
}

#hero-post .content {
    font-size: 16px;
}

#hero-post .content p {
    margin: 0 28px 12px 28px;
    line-height: 1.7;
    text-align: justify;
}

#hero-post .content h4 {
    margin: 10px 16px 5px 16px;    
    line-height: 1.6;
    text-align: justify;
}

#hero-post .content h3 {
    display: flex;
    width: 100%;
    font-size: 16px;
    color: #fffcfc;
    height: 35px;
    background: #f05537;
    align-items: center;
    padding-left: 16px;
}

#hero-post .content ul {
    margin: 0 28px 12px 28px;
}

#hero-post .content ul li {
    line-height: 1.6;
    text-align: justify;
}

#hero-post .content a {
    color: red;
}

.end-button {
    display: flex;
    height: 50px;
    position: sticky;
    bottom: 0;
    justify-content: space-between;
    background-color: #ffffff;
    align-items: center;
    margin-bottom: 12px;
    border-top: .5px solid #e1e1e1;
}

.adv-button {
    display: flex;
    font-size: 14px;
    justify-content: center;
    align-items: center;

    cursor: pointer;
}

.adv-button a {
    color: red;
}

.offficial-button {
    display: flex;
    padding: 7px 30px;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    font-size: 14px;
    background-color: #275df5;
    cursor: pointer;
}

.offficial-button a {
    color: #fafafa;
}

.ad-banner {
    display: none;
    margin: 1em 0;
    padding: 1em;
    border-radius: 5px;
    border: 1px dashed #ccc;
    background: #f9f9f9;
    text-align: center;
}

.ad-banner img {
    max-width: 100%;
    height: auto;
}


/* Related Item */
.related-posts p {
    margin: 22px 15px 10px 15px;
    font-size: 20px;
    font-weight: 700;
}

.related-item {
    display: flex;
    width: 100%;
    padding: 18px 16px;
    height: auto;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 16px;
    box-shadow: 0 14px 40px rgba(30, 10, 58, .1);
}

.related-item .post_pic {
    width: auto;
    height: auto;
    margin-right: 12px;
}

.related-item .post_pic img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid rgb(212, 212, 212);
}

.related-item .post-details {
    width: auto;
    height: 100%;
    overflow: hidden;
    align-self: center;
}

.related-item .r-post-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: black;
}

.related-item .post-vacancy {
    font-size: 14px;
    margin-bottom: 12px;
    color: #525972;
}

.related-item .post-lastdate {
    font-size: 14px;
    margin-bottom: 12px;
    color: #525972;
}

.related-item .r-update {
    gap: 8px;
    display: flex;
    font-size: 11px;
}

.related-item .p-title i {
    color: #525972;
}

.related-item .post-category {
    font-weight: bold;
    color: red;
}



/** Right vertical Adv. Section **/
.vertical-ad {
    width: 35%;
    height: auto;
    border-radius: 5px;
    padding: 25px 16px 0 5px;
}

.vertical-ad h3 {
    text-align: center;
    margin-top: 5px;
}

.post-item-sidebar {
    display: flex;
    height: auto;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    margin-bottom: 15px;
}

.post-item-sidebar .post-details {
    height: auto;
    overflow: hidden;
}

.post-item-sidebar .post-name {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}

.post-item-sidebar .post-vacancy {
    font-size: 12px;
    margin-bottom: 5px;
    color: #525972;

}

.post-item-sidebar .department {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #525972;
}

.post-item-sidebar .post-lastdate {
    font-size: 12px;
    margin-bottom: 5px;
    color: #525972;
}

.post-item-sidebar .location {
    font-size: 12px;
    margin-bottom: 5px;
    color: #525972;
}


.post-item-sidebar .post-category {
    font-size: 11px;
    color: red;
}

.post-item-sidebar .post-updated {
    font-size: 11px;
    color: #525972;
}

.post-item-sidebar p {
    margin-top: 4px;
    color: black;
    font-size: .95rem;
}




/* Older Posts Styling */
.recentPost h2 {
    margin: 0 25px;
    margin-top: 25px;
}

#older-posts {
    width: 100%;
    flex-wrap: wrap;
}

.post-item {
    display: flex;
    width: 100%;
    padding: 18px 16px;
    height: auto;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 16px;
    box-shadow: 0 14px 40px rgba(30, 10, 58, .1);
    cursor: pointer;
}

.post-item .post_img {
    width: auto;
    height: auto;
    margin-right: 12px;
}

.post-item .post_img img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid rgb(212, 212, 212);
}

.post-item .post-details {
    width: auto;
    height: 100%;
    overflow: hidden;
    align-self: center;
}

.post-item .post-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: black;
}

.post-item .department {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #525972;
    line-height: 1.5;
}

.post-item .post-vacancy {
    font-size: 14px;
    margin-bottom: 12px;
    color: #525972;
    line-height: 1.5;
}

.post-item .post-lastdate {
    font-size: 14px;
    margin-bottom: 12px;
    color: #525972;
    line-height: 1.5;
}

.post-item .location {
    font-size: 14px;
    margin-bottom: 12px;
    color: #525972;
}



.post-item h3 i {
    color: #525972;
}

.post-item .update {
    gap: 8px;
    display: flex;
    font-size: 11px;
}

.post-item .post-category {
    font-weight: bold;
    color: red;
}

.post-item.advertisement {
    display: none;
}


/* post advertisement 
.post-item.advertisement {
    list-style: none;
    margin: 20px 0;
    width: 100%;
    max-height: 300px;
    background: #f8f8f8;
    border: 1px dashed #ccc;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
} **/



/* category-detail */
.category-card {
    width: 100%;
    border-radius: 15px;
    display: flex;
    gap: 25px;
    margin-bottom: 25px;
}

.category-card .post_img {
    width: auto;
}

.category-card .post_img img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid rgb(212, 212, 212);
}

.category-card .sub-category-detail {
    margin-bottom: 12px;
    display: block;
    font-size: .9rem;
}

.category-card .post-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.category-card .post-vacancy {
    font-size: 14px;
    margin-bottom: 12px;
    color: #525972;
}

.category-card .post-lastdate {
    font-size: 14px;
    margin-bottom: 12px;
    color: #525972;
}

.category-card .location {
    font-size: 14px;
    margin-bottom: 12px;
    color: #525972;
}

.category-card .update {
    gap: 4px;
    display: flex;
    font-size: 12px;
    color: #121224;
    align-items: center;
}

.category-card .post-category {
    color: red;
    font-weight: 700;
}

.category-detail .post-title {
    line-height: 1.7;
    font-size: 16px;
    padding: 13px;
    background: #f7f7f9;
    border-radius: 12px;
}

.category-detail .content {
    font-size: 16px;
}

.category-detail .content h3 {
    display: flex;
    width: 100%;
    font-size: 16px;
    color: #fffcfc;
    height: 35px;
    background: #f05537;
    align-items: center;
    padding-left: 25px;
}

.category-detail .content p {
    margin-bottom: 1em;
    line-height: 1.4;
    font-size: 14px;
}

.category-detail .content a {
    color: red;
    margin: 0 15px;
}

.category-detail-card .content a {
    color: red;
    margin: 0 15px;
}

.category-detail-card .content h3 {
    display: flex;
    width: 100%;
    font-size: 16px;
    color: #fffcfc;
    height: 35px;
    background: #f05537;
    align-items: center;
    padding-left: 25px;
}

.post-list .post-item:hover {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}



/* Search see more */
.search-card {
    padding: 0;
    border-bottom: 1px solid #b7b7b7;
}

.search-card .card-details {
    width: 100%;
    display: flex;
    gap: 25px;
    margin-bottom: 25px;
}

.search-card .post_img {
    width: auto;
}

.search-card .post_img img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid rgb(212, 212, 212);
}

.search-card .name-category-update {
    margin-bottom: 12px;
    display: block;
    font-size: .9rem;
}

.search-card .post-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.search-card .post-vacancy {
    font-size: 14px;
    margin-bottom: 12px;
    color: #525972;
}

.search-card .post-lastdate {
    font-size: 14px;
    margin-bottom: 12px;
    color: #525972;
}

.search-card .location {
    font-size: 14px;
    margin-bottom: 12px;
    color: #525972;
}

.search-card .update {
    gap: 4px;
    display: flex;
    font-size: 12px;
    color: #121224;
}

.search-card .post-category {
    color: red;
    font-weight: 700;
}

.search-card .post-title {
    line-height: 1.7;
    font-size: 16px;
    padding: 13px;
    background: #f7f7f9;
    border-radius: 12px;
}

.search-card .content {
    font-size: 16px;
}

.search-card .content p {
    margin-bottom: 1em;
    line-height: 1.4;
}

.search-card .content h3 {
    display: flex;
    width: 100%;
    font-size: 16px;
    color: #fffcfc;
    height: 35px;
    background: #f05537;
    align-items: center;
    padding-left: 16px;
}

.search-card .content a {
    color: red;
    margin: 0 10px;
}

/** Search keyword dropdown styling **/
.suggestions-box {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
}

.suggestions-box div {
    padding: 8px 10px;
    cursor: pointer;
}

.suggestions-box div:hover {
    background: #f0f0f0;
}


/* Pagination button function */
.pagination {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.pagination button {
    padding: 10px 20px;
    margin: 0 5px;
    border: none;
    background: #007bff;
    color: white;
    cursor: pointer;
    border-radius: 5px;
}

.pagination button:disabled {
    background: #ccc;
    cursor: not-allowed;
}

/** footer **/
footer {
    width: 100%;
    height: auto;
    margin-top: 15px;
    background-color: #222f3d;
}

.top-button {
    margin: auto;
    margin-top: 15px;
    background-color: #35414e;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    width: fit-content;
    font-size: 14px;
    box-shadow: 0 0 3px rgb(207, 207, 207);
}

.top-button:hover {
    background-color: #555;
}

.top-button hr {
    margin-top: 10px;
    border: none;
    border-top: .5px solid #f5f5f5;
}

.footer-div {
    color: #f5f5f5;
    display: flex;
    justify-content: space-evenly;
}

.footer-div ul {
    margin-top: 20px;
}

.footer-div ul p {
    font-weight: 500;
}

.footer-div {
    color: #ffffff;
}

.footer-div ul a {
    display: block;
    font-size: 0.85rem;
    margin-top: 10px;
    color: #bbbbbb;
    cursor: pointer;
}

.footer .hr {
    margin-top: 10px;
}

/** copyright **/
.div-copyright {
    color: white;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0.85rem;
}

/** End of index page **/




/** About section styling **/
.about-page-button {
    max-width: 900px;
    display: flex;
    align-items: center;
    margin: 25px auto;
    height: 50px;
    position: sticky;
    top: 0;
    background-color: #fff;
    box-shadow: 0 4px 5px -6px rgba(0, 0, 0, 0.3);
}

.back-button {
    font-size: 20px;
}

.back-button-i {
    margin-left: 16px;
    font-size: 20px;
}

.about-page {
    margin: auto;
    font-size: 22px;
    font-weight: 700;
}

.about-content {
    max-width: 900px;
    margin: 25px auto;
    padding: 20px;
    background: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.about-content p {
    line-height: 1.6;
    margin: 20px;
    font-size: 1rem;
}

.team-section {
    max-width: 900px;
    margin: 50px auto;
    padding: 20px;
    background: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.team-container {
    text-align: center;
}

.team-members {
    gap: 200px;
    display: flex;
    margin-top: 20px;
    justify-content: center;
}

.member img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.div-copyright {
    background: #222f3d;
    color: white;
    text-align: center;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
}

@media (max-width: 480px) {
    .about a {
        align-content: center;
        font-size: 1.2rem;
        color: white;
    }

    .about h1 {
        margin: auto;
        font-size: 1.5rem;
    }

    .about p {
        line-height: 1.8;
        margin: 20px 15px;
        font-size: .9rem;
    }

    .team-members {
        gap: 50px;
        display: flex;
        flex-direction: column;
        margin-top: 20px;
        justify-content: center;
    }

    .div-copyright {
        font-size: .8rem;
    }
}

/** Contact section styling **/
.contact-page-button {
    max-width: 900px;
    display: flex;
    align-items: center;
    margin: 25px auto;
    height: 50px;
    position: sticky;
    top: 0;
    background-color: #fff;
    box-shadow: 0 4px 5px -6px rgba(0, 0, 0, 0.3);
}

.contact-page {
    margin: auto;
    font-size: 22px;
    font-weight: 700;
}

.service-container {
    max-width: 900px;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: auto;
    margin-top: 35px;
    margin-bottom: 20px;
}

.service-container h2 {
    text-align: center;
    color: #333;
}

.service-container label {
    display: block;
    margin-top: 10px;
    font-weight: bold;
}

.service-container input,
textarea {
    width: 97%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.service-container button {
    width: 100%;
    padding: 10px;
    background: #28a745;
    color: white;
    border: none;
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer;
}

.service-container button:hover {
    background: #218838;
}

.div-copyright {
    max-width: 900px;
    margin: auto;
    background: #222f3d;
    color: white;
    text-align: center;
    padding: 10px;
    margin-top: 5px;
    border-radius: 5px;
}

@media (max-width: 480px) {
    .contact a {
        align-content: center;
        font-size: 1.2rem;
        color: white;
    }

    .contact h1 {
        margin: auto;
        font-size: 1.5rem;
    }

    .service-container label {
        display: block;
        margin-top: 10px;
        font-weight: lighter;
        font-size: .9rem;
    }

    .div-copyright {
        font-size: .8rem;
    }

}

/** Service page styling **/
.service-page-button {
    max-width: 900px;
    display: flex;
    align-items: center;
    margin: 25px auto;
    height: 50px;
    position: sticky;
    top: 0;
    background-color: #fff;
    box-shadow: 0 4px 5px -6px rgba(0, 0, 0, 0.3);
}

.Services-page {
    margin: auto;
    font-size: 22px;
    font-weight: 700;
}

.service-heading a {
    align-content: center;
    font-size: 1.5rem;
    color: white;
}

.service-heading h1 {
    margin: auto;
    font-size: 2rem;
}

.about-sec {
    max-width: 900px;
    margin: 35px auto;
    padding: 20px;
    background: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.aboutSubCont h2 {
    text-align: center;
    margin-top: 20px;
}

.aboutSubCont p {
    margin-top: 15px;
}

.service-container {
    max-width: 900px;
    margin: 2rem auto;
}

.service-section {
    background-color: #fff;
    border-radius: 10px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.service-section h2 {
    color: #0d0d0d;
    margin-bottom: 1rem;
}

.service-section ul {
    list-style: none;
    padding-left: 0;
}

.service-section ul li {
    margin: 0.5rem 0;
}

.last-section p {
    text-align: center;
    padding: 10px;
}

.div-copyright {
    max-width: 900px;
    margin: auto;
    background: #222f3d;
    color: white;
    text-align: center;
    padding: 10px;
    margin-top: 5px;
    border-radius: 5px;
}

@media (max-width: 480px) {
    .service-heading a {
        align-content: center;
        font-size: 1.2rem;
        color: white;
    }

    .service-heading h1 {
        margin: auto;
        font-size: 1.5rem;
    }

    .div-copyright {
        font-size: .8rem;
    }
}



/* ---------- Force-remove focus outline / shadow (brute force) ---------- */
button,
input,
select,
textarea,
a {
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

/* Also target focus states explicitly */
button:focus,
input:focus,
select:focus,
textarea:focus,
a:focus {
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

/* Chrome/Safari inner focus removal for buttons */
button::-moz-focus-inner {
    border: 0;
}

/* Remove mobile tap highlight */
* {
    -webkit-tap-highlight-color: transparent;
}

/* Specific elements from your HTML (extra specificity) */
.menu-btn,
.menu-btn:focus,
.search-box button,
.search-box button:focus,
.language-box select,
.language-box select:focus {
    outline: none !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    appearance: none;
}




table {
    width: 100%;
    border-collapse: collapse;
    /* merges borders */
    margin: 20px auto;
}

th,
td {
    border: 1px solid black;
    padding: 10px;
    text-align: center;
}

th {
    background-color: #f2f2f2;
}

#table1 td {
    text-align: left;
}