/* here you can put your own css to customize and override the theme */
html {
	overflow-y: scroll;
}
::-webkit-scrollbar {  
    width: 5px;  
}  

::-webkit-scrollbar-track {  
    background-color: rgba(0, 0, 0, .85); 
    border-left: 1px solid #cecece;  
}  

::-webkit-scrollbar-thumb {  
    background-color: rgba(255, 255, 255, .25); 
}  

::-webkit-scrollbar-thumb:hover {  
    background-color: #aaa;  
}  

::-webkit-scrollbar-track {
    border-radius: 0;
    box-shadow: none;
    border: 0; 
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    box-shadow: none;
    border: 0; 
}

img {
	max-width: 100%;
	height: auto;
}

p {
	text-align: justify;
	text-justify: inter-word;
}

li {
	text-align: justify;
	text-justify: inter-word;
}

.msgbox {
	top:81px;
	left:25%;
	width:50%;
	position:absolute;
}