.sessionstable {}

.sessionstable table {
	width: 100%
}

.sessionstable .community-icon {
	width: 50px !important;
	height: 50px !important;
	background-size: contain;
	margin: auto;
}

.sessionstable .community-initials {
	margin: auto;
}

.sessionstable .headers th .label {
	position: relative;
	font-family: 'Metropolis Bold';
	color: #0eb5fe;
	line-height: 1.21;
	letter-spacing: 4.32px;
	cursor: pointer;
}

.sessionstable .headers th .asc, .sessionstable .headers th .desc {
	display: flex;
	align-items: center;
}

.sessionstable .headers th .order-arrow {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.sessionstable .headers th .desc .order-arrow {
	border-top: 5px solid #0eb5fe;
}

.sessionstable .headers th .asc .order-arrow {
	border-bottom: 5px solid #0eb5fe;
}

.sessionstable td {
	font-family: 'Metropolis Regular';
	line-height: 60px;
	letter-spacing: 4.32px;
	color: #333333;
}

.sessionstable .headers th:nth-child(1) {
	width: 15%;
}

.sessionstable .headers th:nth-child(2) {
	width: 30%;
}

.sessionstable .headers th:nth-child(4) {
	width: 20%;
}

.sessionstable .table-row {
	border-bottom: solid 2px #f0f0f0;
	cursor: pointer;
}

.sessionstable .flex-container {
	justify-content: space-evenly;
}

.sessionstable .download {
	background: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/gojiwise/download-icon@3x.png);
	background-size: contain;
	width: 12px;
	height: 20px;
	margin-left: 5px;
}

.sessionstable .icon.trash {
	background: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/trash_s_v1.png);
	background-size: contain;
	width: 20px;
	height: 20px;
}

.sessionstable .processing-message {
	font-family: 'Metropolis Regular';
	line-height: 60px;
	letter-spacing: 4.32px;
	color: #0eb5fe;
}

.sessionstable .failed-message {
	font-family: 'Metropolis Regular';
	line-height: 60px;
	letter-spacing: 4.32px;
	color: #E71420;
}

.sessionstable .left-align-td {
	display: flex;
	justify-content: flex-start;
	width: 180px;
}