
body {
    background-color: #f5f5f5;
    overflow: hidden;
    font-family: 'Lato', Arial, sans-serif;

}
.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: 60%;
    left: 20%;
    right: 20%;
    height: 300px;
    overflow-x: hidden;
    overflow-y: hidden;
    border: solid 1px #eee;
    background-color: #efca00;
}
.tt-row {
    height: 40px;
    border-bottom: solid 1px #eee;
    position: relative;
    width: 100%;
}
.tt-row:last-child {
    border: none;

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

}
#tt-body {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 250px;
    width: 100%;
    position: absolute;
    top: 48px;



}
.tt-count-and-breed {
    font-size: 30px;
    position: relative;
    left: 20%;
}
.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: #efca00;
    padding-top: 7px;
    padding-bottom: 21px;
    height: 570px;
    position: relative;
}
#drop-spots,#drop-cards {
    height: 195px;
    width: 100%;
    padding-left: 30px;
    font-size: 26px;
    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: 26px;
    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: yellow;

}

#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: 25px;
    top: 26px;
    font-size: 14px;
}

#top10-head {
    height: 60px;
    position: relative;
    width: 100%;
    font-size: 24px;
}
#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: 75px;
    width: 100%;
    position: relative;
    cursor: pointer;
    border-top: solid 1px #847326;
}
.top10-item-number {
    float: left;
    font-size: 30px;
    padding-left: 20px;
    margin-top: 18px;
    margin-bottom: 20px;
    width: 60px;
}
.top10-item-name {
    float: left;
    font-size: 30px;
    margin-top: 18px;

}
.top10-item-see-all {
    font-size: 14px;
    display: none;
    float: left;
    margin-top: 18px;
    margin-left: 5px;
}
.top10-item-count {
    float: right;
    margin-right: 20px;
    font-size: 24px;
    margin-top: 22px;
    color: #847326;
}
#top10-head-left {
    position: absolute;
    color: #847326;
    left: 20px;
    bottom: 21px;
}
#top10-head-right {
    position: absolute;
    right: 20px;
    bottom: 21px;
}
#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;
    margin-right: 0px;
    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: 24px;
    text-transform: capitalize;
    margin-bottom: 8px;
}

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

}
#nextset {
    float: right;
    z-index: 2;
    position: relative;
    right: 22px;
    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;
}
#nextset-content {
    left: 8px;
    position: relative;
}
#nextset-content:hover span {
    text-decoration: underline;
}
#dog-indicator {
    float: left;
    position: relative;
    z-index: 1;
    top: -38px;

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

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

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

}
#indicator-wrapper {
    float:  left;
    width: 595px;

}
.dog-name {
    position: relative;
    left: 10px;
    top: 2px;

}
#headertext {
    width: 50%;

}

.drop-card1 {
    position: absolute;
    top: 70px;
    left: 30px;
}
.drop-card2 {
    position: absolute;
    left: 321px;
    top: 70px;
}
.drop-card3 {

    left: 30px;
    top: 155px;
    position: absolute;
}
.drop-card4 {
    left: 321px;
    top: 155px;
    position: absolute;
}

#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;

}
