.userform-main-content
{
	MARGIN-BLOCK-START: 10PX ! IMPORTANT;
	width: 1900px;
}
.register-form
{
    margin-block-start: 50px;	
}
.profile-base .day_label
{
	padding: 3px !important;
	padding-left:10px !important;
    font-size: medium;
    border-color: beige;
    border-right: 5px !important;
    border-bottom: 5px !important;
    border-style: inset;
    margin: 10px !important;
    background-color: aliceblue;
    color: firebrick;
}
.profile-base .day_value
{
    padding: 3px !important;
	padding-left:10px !important;
	font-size: medium;
    border-color: beige;
    border-right: 5px !important;
	border-bottom: 5px !important;
    border-style: outset;
    margin: 10px !important;
    background-color: white;
    color: firebrick;	
}

.profile-base tr
{
	border-width: 2px !important;
    border-style: outset;
}
@media (max-width: 480px)  
{
	#regform
	{
		display: flex;
		width: 330px;
		margin-block-start: 40px;
	}
	#reg-body
	{
		margin-block-start: -30px !important;
	}
	.reg-input
	{
		width: 100px !important;
	}
}