@import url('https://fonts.googleapis.com/css?family=Oswald:400,700');

body {
	font-family: Ubuntu;
	font-size: 18px;
	background-color: whitesmoke;
	}
.divPageBody {
	width: 60%;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 400px;
	}
td {
	font-size: 18px;
	padding: 5px;
	padding-right: 10px;
	}
.tdRight {
	text-align: right !important;
	}
.tdTitle {
	white-space: nowrap;
	padding-right: 15px;
	}
.tdEmoji {
	padding: 0;
	border: none;
	}
thead > tr > td {
	font-weight: bold;
	border: none;
	}
.divMyList {
	width: 400px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	}
.divPagetop {
	text-align: center;
	}
.divPagetopTitle {
	font-family: "Oswald";
	font-size: 54px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: -0.05em;
	line-height: 1.1;
	margin-top: 5;
	margin-bottom: 0;
	}
.divStatusLine {
	font-size: 15px;
	margin-bottom: .5em;
	}
.spRatingEmoji {
	font-size: 24px;
	cursor: pointer;
	}
.spRatingEmoji:hover {
	background-color: gainsboro;
	}
.divProfileImage {
	}
.divProfileImage img {
	border: 1px solid #E8E8E8;
	vertical-align: -4;
	padding-right: 5px;
	display: none;
	}
.divImageTitleContainer {
	text-align: center;
	}
.divFooter {
	width: 400px;
	font-size: 15px;
	text-align: left;
	}
