@import url('https://fonts.googleapis.com/css2?family=Palanquin+Dark&display=swap');

tr {
    border: none;
    border-radius: 0px;
    margin-bottom: 10%;
}
table {
    border: none;
    border-radius: 0px;
    margin-bottom: 10%;
    margin-left: 10%;
}

td:hover {
    background-color:lightyellow;
}

.team-attributions {
    margin-top: 15%;
    border-radius: 20px;
    font-family: 'futura', sans-serif;
}

.member-names {
    width: 20%;
    font-weight: bold;
    border-radius: 20px;
    background-color: #d5f3fe;
}

.member-names h2 {
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 1.2em;
    text-align: center;
}

.member-roles {
    text-align: center;
    width: 20%;
    font-style: italic;
    border-radius: 20px;
    background-color: #d5f3fe;
    line-height: 0.8;
}

.member-roles h2 {
    margin-top: 5%;
    margin-bottom: 5%;
    font-style: normal;
    text-align: center;
}

.member-roles p {
    line-height: 140%;
}

.member-involvement {
    padding-left: 3%;
    padding-right: 3%;
    width: 50%;
    text-align: justify;
    border-radius: 20px;
    background-color: #d5f3fe;
}

.member-involvement h2 {
    margin-top: 5%;
    margin-bottom: 5%;
    text-align: center;
}

.member-involvement p {
    margin-top: 5%;
    margin-bottom: 5%;
    line-height: 170%;
}

#attributions-title {
    opacity: 0;
}

#attributions-row-1 {
    opacity: 0;
}
#attributions-row-2 {
    opacity: 0;
}
#attributions-row-3 {
    opacity: 0;
}
#attributions-row-4 {
    opacity: 0;
}
#attributions-row-5 {
    opacity: 0;
}
#attributions-row-6 {
    opacity: 0;
}
#attributions-row-7 {
    opacity: 0;
}
#attributions-row-8 {
    opacity: 0;
}
#attributions-row-9{
    opacity: 0;
}
#attributions-row-10 {
    opacity: 0;
}
#attributions-row-11 {
    opacity: 0;
}
#attributions-row-12 {
    opacity: 0;
}


#supervisor-row-1 {
    opacity: 0;
}
#supervisor-row-1 .member-names, #supervisor-row-1 .member-roles, #supervisor-row-1 .member-involvement {
    background-color: antiquewhite;
}

#supervisor-row-2 {
    opacity: 0;
}
#supervisor-row-2 .member-names, #supervisor-row-2 .member-roles, #supervisor-row-2 .member-involvement {
    background-color: antiquewhite;
}

#supervisor-row-3 {
    opacity: 0;
}
#supervisor-row-3 .member-names, #supervisor-row-3 .member-roles, #supervisor-row-3 .member-involvement {
    background-color: antiquewhite;
}

#supervisor-row-4 {
    opacity: 0;
}
#supervisor-row-4 .member-names, #supervisor-row-4 .member-roles, #supervisor-row-4 .member-involvement {
    background-color: antiquewhite;
}

#supervisor-row-5 {
    opacity: 0;
}
#supervisor-row-5 .member-names, #supervisor-row-5 .member-roles, #supervisor-row-5 .member-involvement {
    background-color: antiquewhite;
}

#supervisor-row-6 {
    opacity: 0;
}
#supervisor-row-6 .member-names, #supervisor-row-6 .member-roles, #supervisor-row-6 .member-involvement {
    background-color: antiquewhite;
}
