.watchText {
    font-family: Verdana;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    color: #f8f8ff;
}

.watchText_Frame {
    border-style: solid;
    border-color: #d3d3d3;
    border-radius: 25px;
    border-width: 10px;
    background-color: #87ceff;
    padding: 10px 20px 5px 20px;
    color: #f8f8ff;
    font-family: Verdana;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}

.flex-parent {
    display: flex;
}

.flex-child {
    flex: 1;
  
}

.t_Country {
    border-width: 5px;
    border-color: lightgray;
    border-collapse: separate;
    border-spacing: 0;
    border: 5px solid #ddd;
    border-radius: 15px; /* Runde Ecken */
    overflow: hidden; /* Damit die Ecken auch bei den Zellen sichtbar sind */
}

.td_Country {
    border: none;
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    background-color: HoneyDew;
}

    .td_Country:first-child {
        border-left: none;
    }

    .td_Country:last-child {
        border-right: none;
    }

.tr_Country:last-child .td_Country {
    border-bottom: none;
}

pre {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

