/********************** MEDIA QUERIES **********************/


/* iPads (portrait and landscape) ----------- */
@media only screen 
and (max-width : 1169px) 
{
    .related_pages
    {
	display:none;
    }
}


/************************** CALENDAR BOX *******************/

.calendarBox
{
    width:436px;
}

