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