

/* Start:/local/templates/ymcV2/components/bitrix/form/anketa/bitrix/form.result.new/.default/style.css?17422134131186*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	/* border:1px solid #ADC3D5; */
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	/* background-image:url(/local/templates/ymcV2/components/bitrix/form/anketa/bitrix/form.result.new/.default/images/table_head.gif); */
	/* background-repeat:repeat-x; */
	text-align: left;
	/* color:#25639A; */
  
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/ymcV2/components/bitrix/form/anketa/bitrix/form.result.new/.default/images/icon_warn.gif);
}

label > input {
  margin-right: 10px;
}

table.form-table {
  border-collapse: separate;
  border-spacing: 0 10px;
  & tbody tr {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    & td {
      padding: 10px;
      border: 1px solid grey;
      &:first-child {
        border-radius: 10px 0 0 10px;
        border-right: none;
      }
      &:last-child {
        border-radius: 0 10px 10px 0;
        border-left: none;
      }
    }
  }
}
/* End */
/* /local/templates/ymcV2/components/bitrix/form/anketa/bitrix/form.result.new/.default/style.css?17422134131186 */
