@CHARSET "UTF-8";

.registrationTable{
	color:white;
	/*border:1px solid gray;*/
	border-radius:5px;
	padding:20px;
	
}

.registrationTable .personRow{
	padding-bottom:5px;
	padding-top:15px;
	border-bottom: 1px dashed #eee;
	clear: both;
}

.registrationTable input[type="submit"]{
	display: inline-block;
	width: auto;
	min-width: 100px;
    border: 1px solid #242c58;
    padding: 5px;
    margin:10px 0;
    outline: 0;
    border-radius: 4px;
    background: #5794e0;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    
}

.registrationTable .personRow input{
	float: right;
}

.registrationTable .personType{
	border-radius:5px;
	color:white;
	background-color:#f9564f;
	padding:4px;
	font-size:0.8rem;
	border:1px solid #f44330;
	display: inline-block;
	margin-right: 10px;
}

.scsInfo{
	font-size: 14px;
}