#search
{
    width: 100%;
	margin-bottom: 20px;
	border: 5px solid #fff;
	border-collapse: collapse; 
	outline: 3px solid #ffd300;
	font-size: 15px;
    
}
.table {
	width: 100%;
	margin-bottom: 20px;
	border: 5px solid #fff;
	border-top: 5px solid #fff;
	border-bottom: 3px solid #fff;
	border-collapse: collapse; 
	outline: 3px solid #ffd300;
	font-size: 15px;
	background: #fff;
}
.table tr th
{
    font-weight: bold;
	padding: 6px;
	background: #ffd300;
	border: none;
	text-align: left;
	font-size: 15px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #ffd300;
}
.table tr td
{
    padding: 6px;
	border: none;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	font-size: 15px;
}
.table tr:hover
{
    cursor: pointer;
}
.table tr.hide
{
    display: none;
}
.table tbody tr:nth-child(even){
	background: #f8f8f8;
}
@media screen and (max-width: 480px) 
{
    .h1
    {
        padding: 40px 20px 20px 40px;
    }
}