#user{
	padding: 0 0 0 0;
	float:right;
	overflow: scroll;
	top: 113px; /* Header Height */
    bottom: 0px; /* Footer Height */
	width: 100%;	
	/*height: calc(100% - 113px);	*/
}
#user div {
	/*border: 1px solid black;*/
}
#user.row .block{
	margin-left:10px;
	border-radius: 15px;  
	float: left;
	border: 2px solid #ccc; 
	width: 100%;
	text-align: center;
	font-size: 3vw;
	padding-top: 5px;
	padding-bottom: 10px;
	min-height:150px;
	max-height:150px;
	display:block;
	margin-top: 10px;
	margin-bottom: 10px;	
	color: #000;
}
#user .row .block .title{
	white-space: nowrap;
	overflow:hidden;
	width: 75%;
	text-align: left;
	display:block;
	font-size: 3.5vw;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 20px;
	float: right;
	font-weight: bold;
	height:130px;
	
}
.userSetName{
	background-color:#ccc;
	margin: 10 0 0 10;
	padding: 10 10 10 10;
	border-radius: 10px;  
	float: left;
	width: calc(100% - 40px);
	text-align: center;
	font-size: 14px;
	/*padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;*/
}