#smallFunctPlace {
    width: 100vw;
    display: flex;
    justify-content: center;
    background-color: #333;
    margin-top: 20px;
    padding-bottom: 20px;
}

#smallFunct {
    width: 90%;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

#smallFunct1 {
    width: 15%;
    margin-left: 0%;
    display: flex;
    flex-direction: column;
}

#CampCountsMain {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

#CampCounts {
    padding: 15px 5%;
    background-color: #222;
}

.CampCountsDiv {
    display: flex;
    flex-direction: row;
    font-weight: 500;
    margin-bottom: 4px;
}

.campname {
    width: 25%;
    cursor: default;
    font-size: 13px;
    text-align: left;
}

.CampCountsDiv input {
    text-indent: 5px;
    width: 75%;
    border: 0;
    height: 20px;
    color: white
}

#CampCountsMain button {
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #111;
    font-weight: 500;
    cursor: pointer;
    color: white;
}

#NameDate {
    padding: 15px 5%;
    background-color: #222;
}

.NameDateDiv {
    display: flex;
    flex-direction: row;
    font-weight: 500;
    margin-bottom: 4px;
    align-items: center;
}

.namedate {
    width: 25%;
    cursor: default;
    font-size: 13px;
    text-align: left;
}

.NameDateDiv button{
    margin-left: 5px;
}

.NameDateDiv button:hover{
    background-color: #222 !important;
}

.NameDateDiv input {
    text-indent: 5px;
    width: 75%;
    border: 0;
    height: 20px;
    color: white;
    background-color: #444;
}

.copyButton {
    width: 100%;
    border: 0;
    height: 40px;
    background-color: #111;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 10px;
    color: white;
}

#smallFunct1 button:hover {
    background-color: #444;
}

#smallFunct1 button:active {
    background-color: #222;
}

#smallFunct1 button:focus-within {
    outline: none;
}