#most-viewed-popup-container{
	display:none;
	position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow-y: auto;
}
.most-viewed-mid-container{
    background-color: #fff;
    margin: 5% auto;
    width: 60%;
    max-width: 1200px;
    /* text-align: center; */
    position: relative;
    top: 5%;
}
.most-viewed-close-container{
	display: flex;
    justify-content: space-between;
    background-color: #b60606;
    padding: 20px;
}
.most-viewed-titles-container{
	padding:20px;
}
.most-viewed-title {
    font-size: 13px;
    color: #3c3c3c;
    font-weight: bold;
    padding: 1%;
    display: block;
    border-bottom: 1px solid rgba(182, 182, 182, 0.45);
	position: relative;
}
.most-viewed-text-title{
	display: inline-block;
    align-self: center;
    color: lightgray;
    font-size: 3rem;
}
#most-viewed-closeButton{
    display: flex;
    justify-content: flex-end;
}
#most-viewed-closeButton{
	background-color: transparent;
	color: lightgray;
	font-size:3rem;
	border:none;
}