.awaymanager_list-legend {
        display: flex;
        flex-wrap: nowrap;
        gap: 20px;
        justify-content: space-around;
        background: #0f0f0f url(../../../images/tcat.png) repeat-x;
        color: #fff;
        border-top: 1px solid #444;
        border-bottom: 1px solid #000;
        padding: 7px;
        }

        .awaymanager_list-legend-item {
        width: 100%;
        text-align: center;
        }

        .awaymanager_list-user {
        display: flex;
        flex-wrap: nowrap;
        gap: 20px;
        justify-content: space-around;
        padding: 7px;
        }

        .awaymanager_list-user-item {
        width: 100%;
        text-align: center;
        }

        .away_manager_showteam {
        background: #fff;
        width: 100%;
        border-radius: 7px;
        margin-bottom: 20px;
        border: 1px solid #ccc;
        padding: 1px;
        }

        .away_manager_showteam-header {
        font-weight: bold;
        background: #0066a2 url(../../../images/thead.png) top left repeat-x;
        color: #ffffff;
        border-bottom: 1px solid #263c30;
        padding: 8px;
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-topright: 6px;
        -webkit-border-top-left-radius: 6px;
        -webkit-border-top-right-radius: 6px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        }

        .away_manager_showteam-user {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        background: #f5f5f5;
        border: 1px solid;
        border-color: #fff #ddd #ddd #fff;
        }

        .away_manager_showteam-name {
        width: 75%;
        }

        .away_manager_showteam-time {
        width: 25%;
        text-align: center;
        }.celebritylist_info {
        padding: 20px 40px;
        text-align: justify;
        line-height: 180%;
        }

        #celebritylist_add {
        width: 80%;
        margin: auto;
        margin-bottom: 20px;
        }

        .celebritylist_user {
        margin-bottom: 20px;
        box-sizing: border-box;
        width: 100%;
        }

        .celebritylist_bit {
        padding: 20px;
        }

        .celebritylist_desc {
        padding: 5px;
        text-align: justify;
        }

        .celebritylist_tab {
        overflow: hidden;
        border: 1px solid #ccc;
        background-color: #f1f1f1;
        }

        .celebritylist_tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        }

        .celebritylist_tab button:hover {
        background-color: #ddd;
        }

        .celebritylist_tab button.celebritylist_active {
        background-color: #ccc;
        }

        .celebritylist_tabcontent {
        display: none;
        padding: 6px 12px;
        border: 1px solid #ccc;
        border-top: none;
        }

        .celebritylist-filter {
        background: #f5f5f5;
        margin-bottom: 20px;
        }

        .celebritylist-filter-headline {
        background: #0f0f0f url(../../../images/tcat.png) repeat-x;
        color: #fff;
        border-top: 1px solid #444;
        border-bottom: 1px solid #000;
        padding: 6px;
        font-size: 12px;
        }

        .celebritylist-filteroptions {
        display: flex;
        justify-content: space-around;
        width: 90%;
        margin: 10px auto;
        gap: 5px;
        }

        .celebritylist_filter_bit {
        width: 100%;
        text-align: center;
        }

        .celebritylist_filter_bit-headline {
        padding: 6px;
        background: #ddd;
        color: #666;
        }

        .celebritylist_filter_bit-dropbox {
        margin: 5px;
        }/* CSS Charcounter*/
    .cc_toless {
      color:  red;
      font-weight: 700;
  }
  