@charset "UTF-8";
* {
 margin:0px;
 padding:0px;
}
body {
 width: 950px;
 margin:10px auto;
 text-align: center;
}
#search {
 padding:10px;
 border-top-width:3px;
 border-top-color:silver;
 border-top-style:solid;
 border-bottom-width:3px;
 border-bottom-color:silver;
 border-bottom-style:solid;
}
#google {
 float:left;
 width : 577px;
 text-align: left;
 padding:10px;
 border-right-width:3px;
 border-right-color:silver;
 border-right-style:solid;
}
#searchcontrol form.gsc-search-box { 
 display : none; 
}
#searchcontrol .gsc-control {
 width : 100%;
}
#searchcontrol .gsc-webResult {
 padding:0px 0px 10px 0px;
 border-bottom-width:3px;
 border-bottom-color:silver;
 border-bottom-style:solid;
}
#searchcontrol .gs-snippet { 
 text-decoration: none;
}
#searchcontrol .gs-visibleUrl { 
 display : none; 
}
#searchcontrol .gsc-keeper { 
 font-size : 100%;
 font-weight:bold; 
 padding-top:10px;
}
#searchcontrol .gsc-cursor-box { 
 text-align: center;
 padding-top:10px;
}
#twitter {
 float:right;
 width : 330px;
 text-align: left;
 padding:10px;
}
#twitter ul {
 padding:10px 0px 10px 30px;
// height:30em;
 overflow:auto;
}
#info {
 clear:both;
 text-align: left;
 padding:30px;
 border-top-width:3px;
 border-top-color:silver;
 border-top-style:solid;
}
#footer {
 clear:both;
 padding-top:30px;
 border-top-width:3px;
 border-top-color:silver;
 border-top-style:solid;
}

