#ad_space{
	margin-top: 30px;
}

#export{
	margin-bottom: 15px;
	background-color: #fff;
	border: 2px solid #09f;
}

.table-responsive{
	margin-top: 20px;
}

#content_box{
	padding-top: 80px;
}

#form_box{
	border: 1px solid #e9e9e9;
	padding: 20px 40px;
	margin-top: 30px;
	margin-bottom: 30px;
	max-width: 800px;
	position: relative;
	box-shadow: 0.5px 0.5px 0px 0px rgba(0,0,0,0.1);
	background-color: #fff;
}

#status_btn{
	font-size: 18px;
	border:1px solid #09f;
	background-color: #09f;
	padding: 12px;
	margin-bottom: 30px;
}

#export_data{
	border: unset;
}

#export_data ul li{
	cursor: pointer;
}

#export_btn{
	border: unset;
	background-color: #686f73;
	border-radius: unset;
	font-size: 15px;

}

#data_table{
	margin-top: 50px;
}



#content_section{
	margin-top: unset;
}

label{
	margin: unset;
}


.parameters{
	min-height:8px;
	max-width:800px;
	padding: 8px;
	margin-bottom: 15px;
}

#reset_data{
	width: 100px;
}

#utm_urls{
	border:2px #0b99fd solid !important;
}

#utm_urls:focus{
	outline: none;
}

#second_content_box{
	background-color: rgba(158, 158, 158, 0.16);
	padding-bottom: 40px;
}

.parameters-table{
	max-width: 850px;
	line-height: 4em;
}

thead{
	background-color: #e2fff4;
}

h2, h3{
	color: #494949;
}

.css_heading{
	font-size: 18px;
}

input[type=checkbox], input[type=radio]{
	margin: 4px 10px 0 10px;
}

a:focus, a:hover{
	text-decoration: none;
}


#headingDescription{
	font-size: 15px;
	line-height: 1.8em;
	margin-bottom: 25px;
	font-weight: bold;
}

pre {
	overflow: unset;
}

.CodeMirror-scroll{
	height: 150px !important;
}

h1{
	font-size: 24px;
}

@media (max-width: 767px) {
	#form_box{
		padding: unset;
		padding-right: 10px;
		padding-left: 10px;
		padding-bottom: 25px;
		padding-top: 10px;
		width: 100%;
	}

	#second_content_box .col-md-9, #second_content_box .col-md-3{
		padding-right: unset;
		padding-left: unset;
	}

	h1{
		font-size: 20px;
	}

	table{
		table-layout: fixed;
	}
	.table>tbody>tr>td{
		word-wrap:break-word;
		white-space: pre-line !important;
	}
}