body {
	padding-top: 70px;
}

#welcome {
	text-align: center;
}

.team {
	margin-bottom: 10px;
	min-height: 25px;
	line-height: 25px;
	vertical-align: middle;
	width: 470px;
	background-color: #ebebeb;
	border-radius: 15px;
}

.team-name {
	text-align: left;
	margin-left: 5px;
}

#submit {
	padding: 10px;
}

.rationale {
	padding: 5px;
	background-color: white;
	border: solid 1px gray;
	height: 150px;
	max-width: 100%;
	font-size: small;
	word-wrap: break-word;
	overflow: auto;
	margin: 10px;
}

.rationale-button {
	float: right;
	margin-right: 50px;
	margin-top: 1.7px;
}

.teamlist {
	padding: 0;
	list-style-type: none;
}

#ballot {
	min-height: 865px;
}

#ballot-container {
	margin: 10px 0px;
	padding: 20px 0px;
	border-radius: 5px;
	background-color: LightCyan;
}

.close-button {
	float: right;
	height: 15px;
	width: 15px;
	vertical-align: middle;
	margin-top: 5px;
	margin-right: 5px;
	padding: 0;
	border: none;
}

.team-logo {
    height: 25px;
    width: auto;
    margin-left: 10px;
}

.reason-logo {
    height: 15px;
    width: auto;
}

.selector-logo {
    height: 40px;
    width: 60px;
	horiz-align: center;
}

#conference-teams {
    min-width: 0;
}

@media (max-width: 1399.98px) {
    #team-picker {
        flex-direction: column;
    }

    #conference-tabs {
        flex-direction: row !important;
        flex-wrap: wrap;
        gap: 0.25rem;
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 1rem;
    }

    #conference-tabs .nav-link {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    #conference-teams {
        width: 100%;
    }
}
