﻿#install-stats-and-button
{
    position: relative;
    height: 60px;
}
#install-stats-and-button a
{
    text-decoration: none !important;
}
#install-stats-and-button #install-stats-left
{
    float: left;
    display: block;
    width: 7px;
    height: 60px;
    background: transparent;
    cursor: pointer;
}
#install-stats-and-button #install-stats
{
    float: left;
    display: block;
    height: 60px;
    padding: 15px 0 0 5px;
    font-size: 9px;
    font-weight: bold;
    color: #356C95 !important;
    white-space: nowrap;
    background: transparent;
    cursor: pointer;
}
#install-stats-and-button a:hover #install-stats
{
    color: #154C75 !important;
}
#install-stats-and-button #install-stats-right
{
    float: left;
    display: block;
    width: 5px;
    height: 60px;
    background: transparent;
    cursor: pointer;
}
#install-stats-and-button #install-button-left
{
    float: left;
    display: block;
    width: 30px;
    height: 60px;
    background: transparent;
    cursor: pointer;
}
#install-stats-and-button #install-button
{
    float: left;
    display: block;
    padding-top: 13px;
    text-align: center;
    height: 60px;
    background: transparent;
    font-size: 22px;
    color: #DAE2E8 !important;
    white-space: nowrap;
    cursor: pointer;
}
#install-stats-and-button a:hover #install-button
{
    color: White !important;
}
#install-stats-and-button #install-button-right
{
    float: left;
    display: block;
    width: 58px;
    height: 60px;
    background: transparent;
    cursor: pointer;
}
#install-stats-and-button a:hover #install-button-right
{
    background-position: right center;
}
.install-addendum
{
    clear: both;
    position: relative;
    width: 430px;
    padding: 8px 10px;
}
.install-addendum .encouragement ul,
.install-addendum .encouragement li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.install-addendum .encouragement li
{
    padding-bottom: 10px;
}
.install-addendum .encouragement .encouragement-special-emphasis
{
    font-size: 1.2em;
    font-weight: bold;
}
