#first-step {
    margin-bottom: 10px;
}
.panel-heading {
    min-height: 24px;
    font-weight: bold;
}
#mws-center {
	max-width: 100%;
	text-align:center;
    border: 1px solid #cccccc;
    padding: 10px;
	background-color: rgba(0,0,0,0.05);
	border-radius: 6px;
}    
#first,#second {
    min-width: 235px;
	width: 100%;
} 
#mws-center h4 {
    border-bottom: 1px solid #cccccc;
    padding: 10px;
	font-weight: bold;
}
#mws-button-wrap {
    margin-top:10px
}
#mws-button-wrap .button {
    width: 50%;
}
#third-step {
    float: left;
}