
    body {
        background-color: white;
        margin: 15px 0px;
        padding: 3px;
        font: 13px/20px normal Helvetica, Arial, sans-serif;
        color: black;
    }
    #logo {
        float:left;
    }
    #topmenubar {
        float:right;
        color:black;
        margin-right:10px;
        font-size: 13px;
    }
    #title {
        float:left;
        margin-left:10px;
        /*line-height:0px;*/
    }
    .filterspan {
        color:grey;
        font-size: 16px;
        cursor: pointer;
    }
    #menubar {
        background-color:yellow;
        color:black;
        font-size: 16px;
    }
    #menubar a {
        color:grey;
        text-decoration:none;
    }
    .beer {
        cursor: pointer;
        float:left;
        font-size: 16px;
        font-weight: bold;
        margin-left: 2px;
    }
    .firstword {
        font-weight: bold;
    }
    .location {
        float:left;
        margin-left: 2px;
    }
    .locationform {
        background-color: yellow;
    }
    .updbtn {
        margin: 15px;
        height: 30px;
        width: 90px;
        font-size: 16px;
    }
    .updbtn:hover {
        cursor:pointer;
    }
    .showlocleft {
        float: left;
        width: 30%;
        text-align: right;
        margin-top: 4px;
        font-size: 16px;
        font-weight: bold;
    }
    .showlocright {
        float: left;
        width: 65%;
        margin-left: 5px;
        margin-top: 4px;
    }
    .onoffbutton {
        float: right;
        width: 70px;
        margin: 2px;
    }
    .onoffbutton:hover {
        cursor:pointer;
    }
    .addcaskbutton {
        float: right;
        width: 70px;
        margin: 2px;
    }
    .addcaskbutton:hover {
        cursor:pointer;
    }
/*    .emptybutton {
	margin-top: 15px;
	float:left;
    }
    .emptybutton:hover {
	cursor:pointer;
    }*/
    .mybutton {
        float:right;
    }
    .beerstyle {
        background-color: white;
        font-size: 14px;
        padding: 0 4px;
        font-weight: 600;
    }
    .text {
        color:white;
        /*background-color:green;*/
        font-family:arial;
        float:left;
        width:100%;
    }
    .notdelivered {
        background-color: white;
        color: lightgrey;
    }
    .on {
        background-color:green;
    }
    .on:hover {
        background-color:#336600;
    }
    .off {
        background-color:orange;
    }
    .off:hover {
        background-color:#ff6600;
    }
    .empty {
        background-color:#cc0000;
    }
    .empty:hover {
        background-color:#dd0000;
    }
    .key {
        width: 33.33%;
        color: white;
        text-align: center;
        float: left;
        margin-bottom:1px;
    }
    .key2 {
        width: 25%;
        color: white;
        text-align: center;
        float: left;
        margin-bottom:1px;
    }
    .botf {
        background-color: yellow;
        margin-left: 5px;
        padding: 10px;
    }
    .botf span {
        margin-left: 5px;
    }
    .botf input {
        margin-left: 5px;
        margin-bottom: 5px;
    }
    .botf .vote {
        float: left;
    }
    .botf .btndiv {
        clear: both;
        padding-top: 15px;
        text-align: center;
    }
    .botf .btn:hover {
        cursor:pointer;
    }
    .botf .category {
        clear: both;
    }
    .botf h2 {
        display: block;
        font-size: 1.3em;
        margin: 3px 0;
    }
    .bottombanner {
        position: fixed;
        bottom: 0px;
        background-color: white;
        width: 100%;
        text-align: center;
        padding: 10px;
    }


@media screen and (min-width: 600px) {
    body {
        background-color: white;
        margin: 20px 0px;
        font: 18px/26px normal Helvetica, Arial, sans-serif;
        color: black;
    }
    .beer {
        float:left;
        font-size: 20px;
        font-weight: bold;
        margin-left: 2px;
    }
    .location {
        float:right;
        margin-right: 20px;
    }
    .mybutton {
        float:right;
        height: 30px;
    }
}
