@charset "utf-8";
/* CSS Document */

.gcs_thumnail img{
	display:none;
	width:100px;
	height:auto;
}

.gcs_table{
	display:block;
	width:90%;
	margin:auto;
}
.gcs_img_cell{
	width:0px;
}

.gcs_text_cell{
	text-align: left;
}

input[type=text] {
  width: 68%;
  padding: 10px 5px;
  margin:0 1%;
  float:left;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
	font-size:16px;
}
	placeholder{
		color:#A8A8A8;
	
}

input[type=submit] {
  width: 29%;
  background-color: #4CAF50;
  color: white;
  padding:10px 5px;
  margin-right:1%;
  float:right;
  border: none;
  border-radius: 4px;
  cursor: pointer;
	font-size:16px;
	font-weight:500;
}

input[type=submit]:hover {
  background-color: #45a049;
}


.search_form {
	display:block;
	width:96%;
	height:40px;
	float:none;
  border-radius: 5px;
  background-color: #f2f2f2;
  padding:5px;
	margin:10px 0 0 0;
}

.search_results{
	color:#4CAF50;
	display:block;
	margin:auto;
}

.gsc-result-info{
	font-size:16px;
	color:#4CAF50;
}