  #billing-background {    
    margin: 0 auto;
    content: "";
    clear: both;
    display: table;
}
#ol-invoice {
    width: 65%;
	float: left;
	position: relative;
}
#ol-invoice img {
    display: block;
	width: 100%;
}
#ol-invoice #inner-842-wide {
	margin: 0 auto;
	max-width: 842px;
	border: 1px solid #000000;
}
.ol-bill-items {
    clear: both;
    content: "";
    display: table;
    margin-left: 0.8%;
    width: 99%;
}
.ol-float-left {
	float: left;
}
.ol-float-left a {
	width: 100%;

}
.ol-clear {
	clear: left;
    padding-right: 1px;
}
#add-top-margin {
	margin-top: 1em;
}
#activity-through {
	width: 12.23%;
}
#prev-account-bal {
	width: 12.83%;
}
#net-charges {
	width: 13.67%;
}
#net-payments {
	width: 15.71%;
}
#new-acct-balance {
	width: 13.44%;
}
#anticipated-aid {
	width: 17.52%;
}
#adj-bal-due {
	width: 13.91%;
}
#bill-details {
	width: 99.6%;
}
#ol-invoice a:hover img, .active-image a img {
	-moz-box-shadow: 0 0 12px #79217f; 
	-webkit-box-shadow: 0 0 12px #79217f; 
	box-shadow: 0 0 12px #79217f;
	position: relative;
	z-index: 2000;
}
#right-top {
    float: right;
	width: 34%;
	text-align: center;
	background: #c9c9c9;
	position: relative;
  	overflow: hidden;
  	height: 500px;
}
#right-top ul {
	position: relative;
  	height: 500px;
  	list-style: none;
    margin: 1em 0 0;
    padding: 0;
}
#right-top ul li {
	position: relative;
  	display: block;
  	float: left;
  	width: 100%;
  	height: 500px;
  	background: #ccc;
  	text-align: center;
  	margin: 0;
    padding: 0;
}
#right-top ul li img {
	max-width: 90%;
	display: block;
	margin: 0 auto;
	border: 1px solid #4e2a84;
	background: #ffffff;
	-moz-box-shadow: 0 0 12px #79217f; 
	-webkit-box-shadow: 0 0 12px #79217f; 
	box-shadow: 0 0 12px #79217f;
}
#right-top ul li h3, #right-top ul li p { 
    width: 90%; 
    margin-top: 1.5rem;
	margin-left: auto; 
	margin-right: auto; 
	line-height: 1.5em; 
}
#right-top ul li h3 { 
    line-height: 1em; 
    margin-top: 1rem;
    margin-bottom: 0.5em;
}
#fpo-image {
	padding-top: 0.75em;
	margin-left: 1%;
	width: 99%;
}
#fpo-image img {
	display: block;
	width: 100%;
}
.nav-button {
    position: absolute;
    top: 85%;
    z-index: 999;
    background-color: transparent;
    height: 33px;
    margin: 0 1rem;
    width: 19px;
    cursor: pointer;
}
#nav-button-prev {
    background-image: url("https://common.northwestern.edu/v8/css/images/icons/left-hero-arrow.svg");
    left: 0;
}
#nav-button-next {
	background-image: url("https://common.northwestern.edu/v8/css/images/icons/right-hero-arrow.svg");
    right: 0;
}
@media only screen and (max-width: 600px) {
    #ol-invoice {
		float: none;
		width: 100%;
	}
	#right-top {
		float: none;
		width: 100%;
		margin: 0 auto 1em auto;
	}
    #right-top, #right-top ul, #right-top ul li {
        height: 450px;
    }
	#right-top ul li img, #right-top ul li h3, #right-top ul li p {
		max-width: 80%;
	}
    .nav-button {
        top: 50%;
    }
}