﻿h4 {
    margin-top: 5px;
}

.hide
{
	display: none;
}

ul.list {
	text-align: left;
	list-style-type: none;
    display: contents;
}

ul.list li {
	width: 380px;
	margin: auto;
}

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

table.beerstyle tr {
	height: 16px;
}

table.beerstyle img {
	width: 22px;
}

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