.wpscst-table {
	width: 100%;
	height: 450px;
}

.wpscst-table input[type="file"] {
	height: 50px;
	padding: 0;
	border: none;
}

.wpst-required-symbol {
	display: inline;
}

#wpscst_reply_editor_table{
	width: 100%;
	height: 330px;
}

button {
	margin-right: 5px!important;
	padding: 5px;
	background-color: #020A7A;
	border-radius: 10px;
	color: #FFF!important;
	font-weight: bold!important;
	font-size: 20px!important;
}

button#wpscst_cancel{
	background-color: red;
	color: #FFF;
}

button:hover{
	opacity: 0.7;
}

button img {
	margin-top: 5px;
}

.columns-3 {
	float: left;
	width: 33%;
}

.columns-3 td, 
.columns-3 h3, 
.columns-3 input,
.columns-3 select,
.columns-3 textarea {
	clear: both;
	display: block;
	width: 100%;
}

.columns-3 textarea {
	height: 100%;
	min-height: 50px;
}

.wpscst-table .columns-3 h3 {
	padding-top: 10px;
	font-size: 19px;
}

.clear-both {
	clear: both;
}

.submit-row {
	display: block;
}

.submit-row td{
	padding-top: 20px;
}

@media screen and (max-width: 991px){
	.wpscst-table {
		height: 700px;
	}
	
	.columns-3 {
		width: 50%;
	}
}

@media screen and (max-width: 767px){
	.wpscst-table {
		height: 950px;
	}
	
	#wpscst_reply_editor_table{
		height: 450px;
	}
	
	button {
		font-size: 19px!important;
	}

	.columns-3 {
		width: 100%;
	}
}

@media screen and (min-width: 768px){
	.columns-3 td {
		padding-right: 10px;
	}
}
