#usermodule{
	text-align: center;
	display: block;
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
}

@media screen and (max-width: 300px){
	body #usermodule{
		font-size: 11px;
	}
}

.provider-select-div{
	float: none;
}
.typeselect,
#previousbutton,
#nextbutton,
#FormSumbit,
#ChooseServices{
    width: 150px;
    height: 50px;

	background-color: rgba(93, 0, 93,1);
	border-radius: 10px;
	padding: 6px 10px;
	font-weight: bold;
	color: #ededed;
}

#dateFormTable #previousbutton,
#dateFormTable #nextbutton{
	width: 100%;
}

#ProviderSelectCss{
	display: inline;
	border-collapse: collapse;
	background-color: unset;
}
#ProviderSelectCss tbody{
	background-color: unset;
	border:none;
}
#ProviderSelectCss tbody tr{
	background: rgba(255, 129, 255,0.08);
}

#ServiceSelectCss,
#ServiceSelectCss thead,
#ServiceSelectCss tbody,
#ServiceSelectCss tfoot{
	background-color: none;
	background: none;
	border-collapse: collapse;
	border: none;
}

#ServiceSelectCss thead{
	background: rgba(215, 0, 215,0.03);
}

#ServiceSelectCss tr,
#ServiceSelectCss td
{
	background-color: none;
	background: none;
	border-collapse: collapse;
	text-align: left;
}

#ServiceSelectCss{
	background-color: none;
	background: rgba(215, 0, 215,0.02);
}

body #ServiceSelectCss .cat-toggle{
	background: rgba(215, 0, 215,0.05);
	background-color: unset;
}

.cat-toggle input{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  padding: 12px;
}

#dateFormTable tr:nth-child(odd){
	background: rgba(255, 129, 255,0.1);
}
#dateFormTable tr:nth-child(even){
	background: rgba(255, 71, 255,0.1);
}

body #dateFormTable tbody tr td .daybutton{
	width: 36px;
    height: 36px;
    line-height: 27px;
}

.timeSelectTable{
	display: block;
	border: none;
    border-collapse: collapse;
}
.timeSelectTable:not(#CurrentlySelectedDay){
	margin-left: 62px;
	margin-left: 63px;
}

.timeSelectTable tbody tr td{
	width: 63px;
}

.timeSelectTable tbody{
	background-color: unset;
	border:none;
}

#ScrollableTable{
	text-align: left;
}

#col8{
	padding: 7px;
}

#FinalSubmitFormCss tbody,
#FinalSubmitFormCss tbody tr{
	background-color: unset;
}

#FinalSubmitFormCss{
	text-align: left;
	background-color: unset;
	/*background: rgba(211,0,211,0.03);*/
}
#FinalSubmitFormCss tbody tr td:first-child{
	width: 35%;
}
.CatButton .triangleHolder{
	font-size: 13px;
}
.service-title{
	padding-left: 2px;
}
.ServiceCheckbox,
.service-title{
	cursor: pointer;
}

#agree_checkbox{
	-ms-transform: scale(1.5); /* IE */
	-moz-transform: scale(1.5); /* FF */
	-webkit-transform: scale(1.5); /* Safari and Chrome */
	-o-transform: scale(1.5); /* Opera */
	padding: 12px;
}
#agree_label{
	padding-left: 7px;
	cursor: pointer;
}