#main .entry-header {
	position: relative;
}
.entry-content p,.entry-content li{
	text-overflow: ellipsis;
	max-width: 100%;
	font-size: 16px;
	font-weight: 500;
	font-family: Muller,sans-serif;
	color: #646a87;
	line-height: 1.5;
}
.entry-content ul {
	list-style: disc;
	margin: 15px 0 15px 15px;
}
.entry-content ol {
	list-style: decimal;
	margin: 15px 0 15px 15px;
}
.entry-content h2 {
	margin: 20px 0;
}
.entry-content table {
	margin: 20px 0;
	width: 100%;
}
.entry-content td {
	border: 1px solid #646a87;
	padding: 10px;
}
.entry-content img{
    height:auto;
    max-width:100%;
}
#menu-games a {
	color: #fff;
	align-items: center;
	height: 20px;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	text-transform: uppercase;
	background-color: initial;
	color: inherit;
	cursor: pointer;
	font-size: 12px;
}
