
body {
    background-color: #f5f5f5;
    overflow: hidden;

}
.triangletooltip {
 padding-left: 15px;
 padding-top: 10px;
 padding-right: 15px;
 padding-bottom: 15px;
 font-size: 12px;
 background-color: #ff3300;
 -moz-box-shadow:    3px 3px 2px 0px rgba(0,0,0,.3);
 -webkit-box-shadow: 3px 3px 2px 0px rgba(0,0,0,.3);
 box-shadow:         3px 3px 2px 0px rgba(0,0,0,.3);

}
.regulartooltip {
 padding-left: 15px;
 padding-top: 10px;
 padding-right: 15px;
 padding-bottom: 15px;
 font-size: 10px;
 background-color: #333;
 -moz-box-shadow:    3px 3px 2px 0px rgba(0,0,0,.3);
 -webkit-box-shadow: 3px 3px 2px 0px rgba(0,0,0,.3);
 box-shadow:         3px 3px 2px 0px rgba(0,0,0,.3);

}
.top10-tooltip {
    position: absolute;
    top: 25%;
    width: 390px;
    left: 20%;
    right: 20%;
    height: 450px;
    overflow-x: hidden;
    overflow-y: hidden;
    border: solid 1px black;
    border: solid 1px rgba(0,0,0,0.1);
    background-color: #fed630;
    box-sizing: border-box;
}
#tt-content {
    border: solid 1px rgba(0,0,0,0.3);
    box-sizing: border-box;
    height: 448px;

}
.tt-row {
    height: 100px;
    border-bottom: solid 1px #eec82d;
    position: relative;
    width: 100%;
}
.tt-row:last-child {
    border: none;

}
#tt-head-content {
    position: relative;
    left: 10px;
    font-size: 14px;
    top: 6px;

}
#tt-head {
    color: #847326;
    font-size: 24px;
    position: absolute;
    overflow-x: hidden;
    top: 0;
    height: 40px;
    border-bottom: solid 1px #eec82d;
    width: 100%;
    width: 388px;
    height: 31px;
}
#tt-head-name {
    color: black;

}
#tt-body {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 415px;
    position: absolute;
    top: 32px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 388px;



}

.tt-image {
    position: relative;
    width: 80px;
    height: 70px;
    float: left;
    top: 10px;
    left: 15px;

}
.tt-count-and-breed {
    font-size: 24px;
    position: relative;
    left: 12%;
    top: 45px;
}
.tt-breed {
    font-size: 14px;
}
.ttdetail {
    padding-top: 8px;
    font-size: 10px;

}
.theDate {
	padding-top: 7px;
}
.ttbig {
    font-size: 15px;
    text-transform: lowercase;
}
.ttrate {
    font-size: 14px;

}
#chart-container{
    background-color: #fed630;
    padding-bottom: 21px;
    height: 480px;
    position: relative;
}
#drop-spots,#drop-cards {
    height: 195px;
    width: 100%;
    padding-left: 30px;
    font-size: 30px;
    margin-top: 30px;
}
.drop-spot {
    float: left;
    width: 250px;
    height: 70px;
    margin-right: 40px;
    margin-bottom: 25px;
}
.drop-card {
    cursor: pointer;
    float: left;
    width: 255px;
    margin-right: 36px;
    height: 50px;
    font-size: 30px;
    background-image: url("../images/match_tile.png");
    margin-bottom: 35px;
    padding-top: 5px;
    padding-left: 5px;
    box-sizing: border-box;

}
.drop-spot-hole {
    height: 50px;
    width: 255px;
    
    position: relative;
    background-image: url("../images/match_tile_empty.png");

}
.drop-card-hover {
    background-color: #fed630;

}

#legend {
    position: relative;
    height: 20px;
}
.districtbar {
    background-color:#078fdf;
    height: 7px;
    margin-left: 7px;

}

.hover {
    background-color: #999;
}


.guard-game-header {
    width: 100%;
    height: 65px;
    position: relative;

}
.game-header {
    width: 100%;
    height: 40px;
    position: relative;
}
.game-header-left {
    position: absolute;
    left: 30px;
    top: 21px;
    font-size: 20px;
}
.game-header-right {
    position: absolute;
    right: 30px;
    top: 26px;
    font-size: 14px;
}

#top10-head {
    height: 42px;
    position: relative;
    width: 100%;
    font-size: 18px;
}
#foo {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;

}
.top10-item {
    height: 42px;
    width: 100%;
    position: relative;
    cursor: pointer;
    border-top: solid 1px #eec82d;
}
.top10-item-number {
    float: left;
    font-size: 24px;
    padding-left: 20px;
    margin-top: 6px;
    margin-bottom: 0px;
    width: 60px;
    clear: left;
}
.top10-item-name {
    float: left;
    font-size: 24px;
    margin-top: 6px;

}
.top10-item-see-all {
    font-size: 12px;
    display: none;
    float: left;
    margin-top: 18px;
    margin-left: 5px;
}
.top10-item-count {
    float: right;
    margin-right: 20px;
    font-size: 18px;
    margin-top: 9px;
    color: #83722c;
}
#top10-head-left {
    position: absolute;
    color: #847326;
    left: 20px;
    bottom: 10px;
}
#top10-head-right {
    position: absolute;
    right: 3px;
    bottom: 11px;
    width: 168px;
}
#top10-head-theme {
    display: inline;
    color: black;


}
.top10-item:hover {
    background-color: #ffff00;

}
.top10-item:hover .top10-item-see-all {
    display: block;

}
.top10-item:hover .top10-item-count {
    display: block;
    color: black;

}

.guard-game-dog {
    width: 261px;
    height: 154px;
    margin-left: 22px;
    float: left;
    margin-top: 22px;
    padding: 8px;
    cursor: pointer;
    background: url("../images/guard_tile.png") no-repeat;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;

}
.guard-game-dog:nth-child(odd) {
    clear: left;

}
.guard-game-dog:hover {

}

.guard-dog-name {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.guard-dog-breed,.guard-dog-borough {
    font-size: 14px;
    line-height: 16px;
    text-transform: lowercase;
}
#prevlink,#nextlink,#nextgame {
    font-size: 14px;
    cursor: pointer;
}
a#prevlink:hover, a#nextlink:hover {
    text-decoration: none;

}
#prevlink:hover .linktext, #nextlink:hover .linktext {
    text-decoration: underline; 

}
#prevlink {
    margin-right: 30px;

}
#nextset {
    float: right;
    z-index: 2;
    position: relative;
    right: 10px;
    top: 10px;
    clear: both;
    padding-top: 8px;
    padding-left: 15px;
    background: url("../images/guard_nextset.png") no-repeat;
    height: 38px;
    width: 112px;
    box-sizing: border-box;
    cursor: pointer;
}
#dog-indicator {
    float: left;
    position: relative;
    z-index: 1;
    top: -38px;

}
#game-top {
    background-color: #ffd800;
}
#game-bottom {
    background-color: #f7c600;

}
#game-spots {
    margin-left: 6px;
}
#match_yougotit {
    display: none;
    position: absolute;
    bottom: 21px;

}
#header {
    background-color: white;
    background-image: url("https://project.wnyc.org/dog-map/images/ui_background_1.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 250px 126px;
    height: 125px;

}
body {
    font-family: 'Lato', Arial, sans-serif;

}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height: 12px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
#closebutton {
    position: absolute;
    top: 11px;
    right: 10px;
    cursor: pointer;

}
#headertext {
    width: 50%;

}
#dogshomelink {
    background-image: url("https://project.wnyc.org/dog-game/images/button.png");
    width: 146px;
    height: 48px;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: none;

}
#dogshomelink:hover {
    background-image: url("https://project.wnyc.org/dog-game/images/button_hover.png");

}
#header {
    position: relative;

}
