

/* Sticky footer styles
-------------------------------------------------- */

html,
body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    /* The html and body elements cannot have any padding or margin. */
}

h1, h3, 
.stats-block .word {
    font-family: 'Carter One', cursive;
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -60px;
}

/* Set the fixed height of the footer here */
#push,
#footer {
    height: 60px;
}
#footer {
    background-color: #f5f5f5;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}



/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
    width: auto;
    max-width: 680px;
}
.container .credit {
    margin: 20px 0;
}

.person-name {
    float: left;
}

#graphy-graph {
    position: relative;
    min-height: 500px;
}

#graphy-graph circle:hover {
    stroke: white;
    stroke-width: 2px;
}

.spitting-bird {
    position: absolute;
    left: -78px;
    top: -97px;
    z-index: 9000;
}

.catching-bird {
    position: absolute;
    right: -101px;
    bottom: -45px;
    z-index: 9000;
}

.spitting-name {
    min-height: 40px;
    margin-left: 75px;
}

#frm {
    padding-left: 77px;
    vertical-align: middle;
    display: inline-block;
}

#frm input {
    margin-top: 10px;
}

.stats-block {
    min-height: 22px;
}

.stats-block .count {
    font-family: monospace;
    margin-left: 3px;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #777;
    border-radius: 3px;
    padding: 0 3px;
}

.stats-block .count:empty {
    display: none;
}

.mode-select {
    display: block;
    float:right;
    height: 30px;
    border-radius: 3px;
}
.mode-select .mode-label {
    font-size: 9px;
    line-height: 6px;
    font-weight: 600;
}

.mode-select .mode {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    padding: 1px 2px;
    color: #999;
    border-radius: 3px;
    min-width: 50px;
}

.mode-select .mode:hover {
    background-color: lightcoral;
    color: #555;
    font-weight: 600;
}

.mode-select .mode[selected] {
    font-family: 'Carter One', cursive;
    font-weight: 600;
    color: #222;
}



#tweets {
    width: 676px;
}
#tweets ul {
    padding: 0;
    border: 1px solid #efefef;
}
#tweets ul li {
    text-align: left;
    margin: 0;
    padding: 10px;
    list-style: none;
    border-bottom: 1px solid #efefef;
    min-height: 50px;
    background-color: #fcfafb;
}

#tweets ul li:hover {
    background-color: lightsalmon;
}
#tweets ul li .date {
    float: right;
    font-size: 8pt;
    color: #888888;
}
#tweets ul li img {
    float: left;
    margin: 0 10px 0 0;
    width: 48px;
    height: 48px;
}
#tweets ul li h3 {
    font-size: 14pt;
    margin: -7px 0 -3px;
}
#tweets ul li p {
    margin: 0;
    font-size: 10pt;
}