body, html {
    margin: 0;
    padding: 0;
}
body {
    background-image: linear-gradient(#E40303, #FF8C00, #FFED00, #008026, #24408E, #732982);
}

#title {
    height: 5vh;
	display: grid;
	place-items: center;
}

#title h1{
    text-align: center;
    margin: 0;
    padding: 0;
}

#selector {
    height: 95vh;
    width: 15vw;
    margin-left: 15vw;
    overflow: scroll;
    overflow-x: hidden;
    float:left;
}

#selector table{
    width: 95%;
    border-collapse: collapse; 
}

#selector tr {
    border-bottom: 1pt solid black;
    border-top: 1pt solid black;
    cursor: pointer;
}

#selector .agentPicture {
    width: 80%;
    
}

#selector td {
    font-size: 1.2vw;
}

#feed {
    height: 95vh;
    width: 54vw;
    margin-right: 15vw;
    overflow: scroll;
    overflow-x: hidden;
    float:right;
}

#feed div {
    float: left;
}

#feed #name {
    font-size: 2vw;
    text-decoration: underline;
    width: 100%;
}

#feed #description {
    width: 48%;
    padding: 5px;
    height: 15vh;
    font-size: 1vw;
}

#feed #role {
    width: 48%;
    padding: 5px;
    height: 15vh;
}

#feed #role img {
    height: 100%;
    margin-right: 10px;
}

#feed #picture {
    width: 50%;
}

#feed #picture img{
    width: 100%;
}

#feed #abilities {

}

#feed #audio {

}