

#viewport {
    border: 1px solid #111;
    height: 750px;
    width: 1170px;
}

#viewport2 {
    border: 1px solid #111;
    height: 1170px;
    width: 1170px;
}

#viewport3 {
    border: 1px solid #111;
    height: 750px;
    width: 1170px;
}

#viewport4 {
    border: 1px solid #111;
    height: 1000px;
    width: 1170px;
}

#viewport5 {
    border: 1px solid #111;
    height: 1000px;
    width: 1170px;
}


.gmnoprint,
a[title="Click to see this area on Google Maps"] {
    /* display: none !important; */
}

#data {
    height: 200px;
    width: 1500px;
}

.reserve-button {
    -moz-box-shadow: 0px 0px 0px 2px #9fb4f2;
    -webkit-box-shadow: 0px 0px 0px 2px #9fb4f2;
    box-shadow: 0px 0px 0px 2px #9fb4f2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
    background: -moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
    background: -webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
    background: -o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
    background: -ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
    background: linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e', GradientType=0);
    background-color: #7892c2;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #4e6096;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 12px;
    padding: 4px 10px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #283966;
}

.reserve-button:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2));
    background: -moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
    background: -webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
    background: -o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
    background: -ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
    background: linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2', GradientType=0);
    background-color: #476e9e;
}

.reserve-button:active {
    position: relative;
    top: 1px;
}

.btn {
    background-color: #33b5e5
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: 0 none;
}

.listdiv {
    width: 400px;
}

.listh2 {
    font: 200 20px/1.5 Helvetica, Verdana, sans-serif;
    margin: 0;
    padding: 0;
}

.listul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.listli {
    font: 200 15px/1.5 Helvetica, Verdana, sans-serif;
    border-bottom: 1px solid #ccc;
}

.listli:last-child {
    border: none;
}

.listli:hover {
    font-size: 20px;
    background: #33b5e5;
    color: #FFFFFF;
}

.tournament-menu {
    display: inline !important;
    margin-left: 10px;
}
