 
.table_q{
	border: 1px solid #ccc;
}
.table_q td{
	border: 1px solid #ccc;
	padding: 5px;
  background-color: #fff;
}
.table_q th{
	border: 1px solid #ccc;
	padding: 5px;
  background-color: #000; 
	color: #fff;
}
.mess {
	display: inline;
    background: red;
	color: #fff;
	font-weight: 700;
    padding: 8px;
    line-height: 4;
	border-radius: 3px;
}

.search_block .search_inp {
	text-align: center;
}
.search_block .search_inp input {
	outline: 0;
    height: 40px;
    width: 350px;
    border-radius: 8px;
    border: 1px solid #C5B27D;
    text-align: center;
    font-size: 14px;
    color: #C5B27D; 
    margin-bottom: 50px;
    background: 0 0;
}

.search_block table {
    width: 100%; 
}
.search_block table thead {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #231f20;
}
.search_block th {
    border-bottom: 2px solid #C5B27D;
    font-weight: 700;
    padding-bottom: 20px;
}
.search_block table tbody {
    padding: 10px;
    font-size: 18px;
}
.search_block table tbody td {
    padding: 10px;
}
.search_block table td {
    width: 168px;
    border-top: 1px solid rgba(167, 160, 144, .1);
}
.search_block .first {
    background-color: #fcfcfc;
    text-transform: uppercase;
    color: #000;
}
.search_block .second {
    background-color: #fff;
}
.search_block .third {
    background-color: #fff;
}
.search_block .fourth {
    background-color: #fff;
}
.search_block .fifth {
    background-color: #fff;
}
.search_block .sixth {
    background-color: #fff;
}
.search_block .results {
    overflow-x: auto;
}
.search_block .notice {
    display: none;
}

@media (max-width:690px){
	.search_block table {
		width: 100%;
		min-width: 750px;
	}
	
	.search_block .notice {
		font-size: 14px;
		margin-top: 30px;
		display: block;
	}
}