body{
	background-color:#4e525b;
	
background: rgba(85,89,98,1);
background: -moz-linear-gradient(top, rgba(85,89,98,1) 0%, rgba(78,82,91,1) 60%, rgba(78,82,91,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(85,89,98,1)), color-stop(60%, rgba(78,82,91,1)), color-stop(100%, rgba(78,82,91,1)));
background: -webkit-linear-gradient(top, rgba(85,89,98,1) 0%, rgba(78,82,91,1) 60%, rgba(78,82,91,1) 100%);
background: -o-linear-gradient(top, rgba(85,89,98,1) 0%, rgba(78,82,91,1) 60%, rgba(78,82,91,1) 100%);
background: -ms-linear-gradient(top, rgba(85,89,98,1) 0%, rgba(78,82,91,1) 60%, rgba(78,82,91,1) 100%);
background: linear-gradient(to bottom, rgba(85,89,98,1) 0%, rgba(78,82,91,1) 60%, rgba(78,82,91,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555962', endColorstr='#4e525b', GradientType=0 );

font-family: 'Tahoma', sans-serif;
}

.portal-thumbnail{
    margin:30px auto;
    border-radius:4px;
    border: 1px solid rgba(255,255,255,.1);
    width:250px;
    height:200px;
    overflow:hidden;
    position:relative;
    text-align:center;
    vertical-align:middle;
    padding:20px;
    background-color: rgba(255,255,255,.03);
    transition:.2s;
    display:block;    
}
a.portal-thumbnail{
    text-decoration:none;
}
.portal-thumbnail:hover{   
    background-color: rgba(255,255,255,.1);
    box-shadow: 0 1px 10px rgba(0,0,0,.1);
	transform: scale(1.1);
}

.portal-thumbnail-text-main{
    color:#17ff89;
    font-size:50px;
    text-shadow: 1px 1px 2px rgba(0,0,0,.3);    
    white-space:nowrap;
    overflow:hidden;     
}

.portal-thumbnail-text-prefix{
    color:#ddd;
    font-size:20px;
    text-shadow: 1px 1px 2px rgba(0,0,0,.3);
    white-space:nowrap;
    overflow:hidden;
    margin-top:24px;   
}

.logo-bms {
	height: 80px !important;
	text-align: center;
}

