

html {
    overflow-y: scroll;
}
body {
    font-family: Helvetica;
    font-size: 85px;
    padding: 0px;
    margin: 0px;
}



#all {
    width: 300px;
    margin: 0 auto;
    padding: 10px;
//    height: 100%;
}

#all-small {
    width: 180px;
    margin: 0 auto;
    padding: 10px;
//    height: 100%;
}

a {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 3px dashed #ffffff;
}

a:hover {
    color: #ffffff;
    //text-decoration: none;
    //border-bottom: 3px solid #ffffff;
}


a.js {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 3px dashed #ffffff;
}

a.js:hover {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 3px dashed #ffffff;
}

a.white {
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 3px dashed #FFFFFF;
}

a.white:hover {
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 3px dashed #FFFFFF;
}


#city {
    padding: 10px;
}

#search {
    display: none;
    padding: 0px;
    padding-bottom: 10px;
    top: 10px;
    width: 300px;
//    height: 70px;
    position: absolute;
//    background: #99CCFF;
    border: 1px solid #99CCFF;
    z-index: 100;
}

#city-header {
    padding: 9px;
    padding-bottom: 13px;
    background: #99CCFF;
//    width: 100%;
//    height: 100%;
}

#searchform {
    padding: 10px;
    padding-top: 20px;
    padding-left: 15px;
    clear: both;
}

#q {
//    border: none;
    width: 192px;
    float: left;
}

#searchbtn {
//    border: none;
    margin-left: 4px;
    width: 70px;
}

#thermo {
    margin-top: 150px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    top: 20%;
    position: absolute;
}

#city-list {
    padding: 0px;
}

#game{
    width:900px;
}

.field{
    width: 100px;
    height:100px;
    float: left;
    cursor: pointer;
    text-align: center;
    vartical-align: middle;
	font-family: 'Oleo Script Swash Caps', cursive;
}


.deleted{
	background: #6D8EB2;
	color: #5079a5;
}


.selected {
	background: #6D8EB2;
}

.hidden {
    display: none;
}

.separator{
    position: relative;
    clear: both;
    padding-top: 5px;
    border: 0px;
    width: 180px;
}

a.img {
    border: 0px;
}

ul {
    padding: 0px;
    margin: 0px;
}

#win {
    display: none;
    margin: 30px;
	text-align: left;
	width: 570px;
}



.box-modal li {
    border-bottom: 3px dashed black;
    padding-left: 10px;
	list-style-type: none;

}

#rows {
}

#rows div {
	margin-top: 35px;
    float: right;
    width: 20%;
    font-size: 60px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

.pad{
    padding-left: 30px;
    padding-right: 20px;
}

.jsl {
	margin-top: 30px;
    padding-bottom: 3px;
	float: left;
	width: 20%;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}

#adt {
    clear: both;
    margin-bottom: 20px;
}

h1{
	margin: 20px;
	font-family: 'Lobster', cursive;
	font-size: 80px;
}
.hider {
    display: none;
}
.rules {
    font-size: 52px;
    font-weight: bold;
    line-height: 60px;
}
#topbar {
background: #6D8EB2;
color: white;
font-size: 12px;
position: fixed;
width: 100%;
height: 150px;
left: 0;
bottom: 0;
-webkit-box-shadow: 7px 0px 7px 10px #D0D0D0;
box-shadow: 7px 0px 7px 10px #D0D0D0;
z-index: 10000;
}