::-webkit-scrollbar 
{
	width: 12px;               /* width of the entire scrollbar */
}

::-webkit-scrollbar-track 
{
	background: grey;        /* color of the tracking area */
	border-radius: 20px;  
	box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);  
}

::-webkit-scrollbar-thumb 
{
	background-color: ghostwhite;    /* color of the scroll thumb */
	border-radius: 20px;    
}

.typewriter 
{
    font-family: 'Waiting for the Sunrise', cursive; 
    font-size:30px; 
    margin: 10px 50px; 
    letter-spacing: 6px; 
    font-weight: bold;
}

.modal-view-frame
{

	position : absolute;
	background-position: center;
}

.modal-view-details-frame
{
	position : absolute;
	background-position: center;
	margin: 0 auto;

	box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
    border-radius: 6px;
    z-index: 400;
}

.modal-view-details-header
{
	height: 40px;
	position : absolute;
	background-position: center;
	margin: 0 auto;
	
    color: #FEB300;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
    font-size: 24px;
	text-shadow: 2px 3px 5px rgba(108, 86, 202, 0.322);
}

.modal-view-details-body
{
	
	position : absolute;
	background-position: center;
	margin: 0 auto;

    color: ghostwhite;
    font-size: 20px;
    line-height: 35px;
	text-shadow: 2px 3px 5px rgba(108, 86, 202, 0.322);
    text-align: center;
    vertical-align: middle;
	overflow-y:auto;
	overflow-x: hidden;
	padding-left: 1px;
	padding-right: 15px;
}


.modal-picture
{
	position : absolute;
	background-position: center;
    margin: 0 auto;
}

