#uc .panel {
  	margin-left: auto;
        margin-right: auto;
        margin-top: 10%;
        margin-bottom: auto;
        min-width: 30%;
  	border-color: black;
}

	#uc .panel-heading {
		background: #242424;
		color: white;
		font-weight: normal;
                border-color: black;
                border-radius: 0;
	} 

	#uc .panel-body {
		background: #B0B0B0;
                font-weight: normal;
	}
	
	
	
	
	
	