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

body {
	font-family: Ubuntu;
	font-size: 18px;
	}
.divPageBody {
	margin-top: 40px;
	margin-left: 5%;
	margin-bottom: 400px;
	}
td {
	padding: 10px;
	white-space: nowrap;
	}
h1 {
	font-family: "Oswald";
	margin-bottom: 25px;
	}
.tableContainer {
	margin-top: 25px;
	}
.divFooter {
	margin-top: 80px;
	padding-top: 5px;
	border-top: 1px solid silver;
	font-size: 16px;
	line-height: 130%;
	}
.feedIcon {
	color: orange;
	font-weight: bold;
	}

/* styles for phone */
	@media only screen 
	and (min-device-width : 320px) 
	and (max-device-width : 480px) {
		body {
			font-size: 16px;
			}
		.divPageBody {
			width: 90%;
			margin-left: auto;
			margin-right: auto;
			margin-top: 90px;
			}
		
		}
/* styles for tablet */
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
		.divPageBody {
			width: 75%;
			margin-left: auto;
			margin-right: auto;
			}
		}
