﻿h4 {
    margin-top: 5px;
}

.hide
{
	display: none;
}

ul.list {
	width: 720px;
	text-align: left;
	margin: auto;
	list-style: none;
}

table.beerstyle {
    width: 700px;
    border: 0;
    text-align:left;
	background-color: #333;
	margin: 10px;
	padding: 10px;
	border-radius: 10px;
}

table.beerstyle tr {
	height: 20px;
}

table.beerstyle img {
	width: 28px;
}

input[type=text], input.search {
    width: 250px;
	border-radius: 4px;
	padding: 2px;
}
input[type=submit], button.sort {
	border-radius: 4px;
	background: #0b3752;
	color: white;
	padding: 2px 20px;
	transition: 0.2s;
}

input[type=submit]:hover, button.sort {
	background: #1c4863;
}
