main#main.affiliate-main {
    display: flex;
    flex-flow: wrap;
    border-top: 1px solid #cdcdcd;
}
ul.affiliate-dashboard-nav {
    width: 250px;
    margin: 0;
    padding: 10px;
    list-style-type: none;
    background: #fff;
}
.affiliate-area-wrapper {
    width: calc(100% - 250px);
    padding: 20px 40px;
}
ul.affiliate-dashboard-nav a {
    display: block;
    padding: 15px 10px;
    border-bottom: 1px solid #cdcdcd;
    font-size: 17px;
}
ul.affiliate-dashboard-nav a:hover {
    background: #eee;
}
span.affiliate-greetings {
    font-size: 21px;
    margin-bottom: 15px;
    display: block;
}
.on-the-fly-info {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-flow: wrap;
        margin-bottom: 30px;
}
.on-the-fly-info .single-otf {
    width: calc(33.33% - 20px);
    margin: 0 10px;
    display: flex;
        border-radius: 10px;
    overflow: hidden;
}
.single-otf .icon-section {
    width: 20%;
    height: 75px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 41px;
    background: #cc8016;
    color: #fff;
}
.content-section {
    display: flex;
    flex-flow: column;
    text-align: center;
    width: 80%;
    font-size: 17px;
    justify-content: center;
    background: #fff;
    padding: 5px 10px;
}
.content-section span {
    font-weight: 700;
    font-size: 24px;
    color: #cc8016;
}
.tier-info-wrapper {
    background: #fff;
    padding: 15px;
}
span.tier-reveal {
    font-size: 24px;
}
.tier-info {
    display: flex;
    flex-flow: wrap;
    border-bottom: 1px dashed #cdcdcd;
}
.info-cell {
    width: 20%;
    padding: 10px;
        display: flex;
    flex-flow: column;
    justify-content: center;
}
.tier-slabs {
    width: 80%;
    display: flex;
    flex-flow: wrap;
}
.tier-slab {
    width: 20%;
    padding: 20px 10px;
    display: flex;
    flex-flow: column;
    border-left: 1px dashed #ababab;
    font-size: 24px;
}
.tier-slab small {
    display: block;
    margin-top: 5px;
    line-height: 2;
    font-size: 14px;
}
.tier-progress {
    display: flex;
    flex-flow: wrap;
}
.slab-info {
    width: 100%;
    display: block;
    padding: 5px 0 15px;
    border-left: 1px dashed #ababab;
}
.progress-bar {
    height: 25px;
    background: #cc8016;
    border-radius: 0 5px 05px 0;
    transition: all 0.5s ease 0.5s;
}
.monthly-income {
    font-size: 18px;
    padding: 5px 15px;
}
form#affwp-generate-ref-url input {
    padding: 15px;
    margin-top: 10px;
    max-width: 500px;
    display: block;
}
form#affwp-generate-ref-url input.button {
    background: #cc8016;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
div#affwp-affiliate-dashboard-url-generator form#affwp-generate-ref-url {
    display: none;
}
div#affwp-affiliate-dashboard-url-generator h5, div#affwp-affiliate-dashboard-url-generator h5 + p {
    display: none;
}
.earning-estimate {
    margin-top: 40px;
    background: #fff;
    padding: 15px;
}
.affiliate-earning-estimate {
    margin-top: 20px;
        display: flex;
    flex-flow: wrap;
}
.chart-x-axis {
        font-size: 0;
    text-align: left;
    padding-right: 0;
    padding-left: 0;
    transform: translateX(4.75%);
    margin-left: 100px;
    width: calc(100% - 100px);
    padding-top: 10px;
}
.chart-x-axis > span {
    display: inline-block;
    width: calc(100%/7);
    font-size: 15px;
}
.chart-x-axis > span span {
    display: inline-block;
    transform: translateX(-50%);
}
.chart-y-axis {
    width: 100px;
    position: relative;
}
.chart-y-axis span {
    display: block;
    position: absolute;
    bottom: 0;
    text-align: right;
    width: 100%;
    padding-right: 5px;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: -10px;
}
.chart-y-axis span.at-25 {
    bottom: 25%;
}
.chart-y-axis span.at-50 {
    bottom: 50%;
}
.chart-y-axis span.at-75 {
    bottom: 75%;
}
.chart-y-axis span.at-100 {
    bottom: 100%;
}
svg#line3 line, svg#line4 line, svg#line5 line {
    stroke-dasharray: 4px;
}
html body .blueberryChart > .blueberryLine:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    border-right: 1px dashed #9a9a9a;
    left: 47.6%;
}
.site-list-header, .site-list-wrapper {
    width: 100%;
    display: flex;
    flex-flow: wrap;
}
.site-list-header, .site-list-wrapper {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    border: 1px solid #787878;
    border-bottom: none;
}
.site-name, .site-customer, .site-date, .site-commission {
    width: 25%;
    padding: 10px;
    border-right: 1px solid #787878;
}
.site-commission {
    border-right: none;
}
.active-sites-wrapper {
    border-bottom: 1px solid #787878;
}
.site-list-header {
    font-weight: 700;
    border-bottom: 1px solid;
}
.site-list-wrapper:nth-child(2n) {
    background: #fff;
}
.affiliate-info input {
    padding: 10px;
    max-width: 300px;
    display: block;
}

html body .blueberryChart > .blueberryLine {
    z-index: 3;
}