.mainContentBox
{
	background-color: rgba(0,0,0,0.8);
	margin-left:10%;
	margin-right:10%;
	padding:5%;
	color:white;
}

.contentBox img
{
	max-width:1200px;
}

.postTitle
{
	text-transform:capitalize;
	color:white;
	font-size:200%;
	text-align:center;
}

.postContent
{
    color:white;
}

#imageContainer img
{
    width:100%;
    height:auto;
    margin-bottom: 15px;
}

.clearLine
{
    clear:both;
    
}


.shareNext
{
	display:flex;
	justify-content:space-between; 
}


.shareButtons a
{
	padding: 2px;
	text-decoration:none;
}

.shareButtons img
{
	width: 35px;
}

.nextChapter a
{
    display:block;
    padding:5px;
    padding-left:10px;
    padding-right:10px;
    color:white;
    text-decoration:none;
    font-size:120%;
    background-color:rgba(255,255,255,0.1);
}

.nextChapter a:hover
{
    background-color:rgba(255,255,255,0.3);
}


.professorioStoreAdUnitRectangle
{
    background-color: rgba(255, 255, 255, 0.3);
	margin-left:10%;
	margin-right:10%;
	padding:2%;
}

.professorioStoreAdUnitRectangle a
{
    text-decoration:none;
}

.professorioStoreAdUnitRectangle img
{
    width:100%;
    height:auto;
}

.AdnComments
{
    color:white;
	background-color: rgba(0, 0, 0, 0.8);
	margin-left:10%;
	margin-right:10%;
	padding:2%;
}


.support-request-container
{
	background-color: rgba(0,0,0,0.8);
	margin-left:10%;
	margin-right:10%;
	padding:5%;
	color:white;
	font-size:110%;
}

.support-request-title
{
    font-size:120%;
    text-decoration:underline;
    text-align:center;
}


.support-request-container img
{
  float:left;
}

.support-request-container div
{
    clear:left;
}

.support-request-container a
{
  color:yellow;
}

.support-request-container a:hover
{
  color:grey;
}



@media screen and (max-width:600px)
{
	.mainContentBox, .support-request-container
	{
		margin-left:2%;
		margin-right:2%;
		padding:2%;
	}
	
		.professorioStoreAdUnitRectangle
	{
		margin-left:2%;
		margin-right:2%;
	}
}