/*print list for roomate list*/

html, body {
	width: 1300px;
	max-width: 100%;
}
.top-menu-containers,
.interior-page.intro-section,
.cta-section-mobile,
.mobile-list-title,
#roommateFilter,
.rmWebChatOuterContainer{
	display:none;
}
.intro-section.interior-page{
	height:auto;
}
.data-table-row{
	border-bottom:0;
	flex-direction: row;
	justify-content: normal;
	padding:0;
}
.data-table-row p.small-column,
.data-table-row p{
	flex-direction: column;

}
.list-title-container p,
.list-title-container p.small-column,
.data-table-row p,
.data-table-row p.small-column{
	width:10%;
}
.list-title-container{
	display:flex;
}
.data-table-row p,
.list-title-container p{
	font-size:.5em;
	border-right:0;
}
#roommate-list-content.alignfull{
	padding:0;
}
.logo img{
	width:60%;
}
