body {
    background-color:#f9fcff;
    font-family: 'Montserrat', sans-serif;
    margin:0;
}

.clearBoth {
    clear:both;
}

.containerWrap {
    width:100%;
    margin:0 auto;
}

.mainContainer {
    width:100%;
    max-width:1200px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    margin:0 auto;
    padding-top:60px;
}

#noCards {
    text-align:center;
    display:none;
}

#someCards {
    display:none;
}

.cardHeader {
    font-size: 24px;
    line-height: 32px;
    color: #444;
    margin-bottom: 8px;
}

a.blueDownloadBtn {
    font-size: 15px;
    line-height: 40px;
    display: block;
    margin: 24px auto 0;
    padding: 0 24px;
    width: 118px;
    height: 40px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    background: #06c;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    margin-bottom:30px;
}

.productCell {
    font-size: 14px;
    line-height: 30px;
    font-weight:400;
    float:left;
}

.productLine {
    border-bottom:1px solid #666;
    height:1px;
    width:100%;
    margin-bottom:4px;
    display:none;
}

.titleSection {
    margin-bottom: 10px;
    padding: 7px 15px;
    background: linear-gradient(134.42deg, #004fa1 16.18%, #17315b 100%);
    border-radius:8px 8px 0 0;
    height:30px;
    color:#fff;
    justify-content: space-between;
}

.dateWidth {
    width:130px;
}

.trackWidth {
    width:230px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.typeWidth {
    width:190px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.typeBold {
    font-weight:600;
}

.statusWidth, .subWidth {
    width:100px;
}

.statusUpcoming {
    color:#1E7A1E;
}

.statusToday {
    color:#FF4500;
}

.statusCurrent {
    color:#FF8C00;
}

.statusArchived {
    color:#2C3E50;
}

.statusSubscription {
    position:relative;
    color:#0066CC;
    font-size:12px;
    font-weight:700;
    cursor:pointer;
}

.statusSize {
    font-size:12px;
    font-weight:700;
}

.hiddenContent {
    position: absolute;
    padding:5px;
    top: -110px;
    left: 0;
    color: #000;
    cursor: default;
    width:300px;
    height:100px;
    background-color:#eeeeee;
    border-radius:4px;
    border:solid 1px #000;
    z-index: 10000;
    display:none;
}

.hiddenRow {
    font-size:12px;
    line-height:18px;
    margin-bottom:5px;
    position:relative;
}

.hiddenRowLight {
    font-weight:400;
    margin-bottom:0;
}

.closeX {
    position: absolute;
    top: -1px;
    right: 6px;
    cursor: pointer;
    font-size: 18px;
    line-height: 24px;
    height: 24px;
    width: 24px;
    font-weight: 700;
    text-align: center;
}

.downloadedCards {
    background-color: #fff;
}

.downloadRow {
    position:relative;
    padding: 0 15px;
    height:50px;
}

.btnStraight {
    border-radius: 4px;
    border: 1px solid #0066CC;
    color:#0066CC;
    width:75px;
    font-size: 12px;
    font-weight: 600;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-family: "Titillium Web", sans-serif;
    text-transform: initial;
}

.btnReverse {
    border-radius: 4px;
    border: 1px solid #0066CC;
    background-color:#0066CC;
    color:#fff;
    width:75px;
    font-size: 12px;
    font-weight: 600;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-family: "Titillium Web", sans-serif;
    text-transform: initial;
}

.getPPButton {
    float:right;
    margin-left:10px;
}

.buttonInactive {
    pointer-events: none;
    opacity:70%;
}


@media only screen and (max-width: 1200px) {
    .productCell {
        font-size: 12px;
    }

    .trackWidth {
        width: 180px;
    }

    .typeWidth {
        width: 150px;
    }

}


@media only screen and (max-width: 1024px) {

    .containerWrap {
        width:95%;
        margin:0 auto;
    }

    .trackExtra {
        display:none;
    }

    .trackWidth {
        width: 80px;
    }

    .dateWidth {
        width: 100px;
    }

    .mainContainer {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 879px) {

    .sectionLeft {
        width:100%;
        float:left;
    }

    .titleSection {
        height:60px;
    }

    .productLine {
        display:block;
    }

    .typeWidth {
        width: 120px;
    }

    .statusWidth, .subWidth {
        width: 120px;
    }

    .dateWidth {
        width: 120px;
    }

    .btnStraight {
        border-radius: 0;
        border: none;
        position: absolute;
        left: 380px;
    }

    .btnReverse {
        border-radius: 0;
        border: none;
        background-color:#fff;
        color:#0066CC;
        position: absolute;
        left: 380px;
        top: 30px;
    }

    .downloadRow {
        height:70px;
    }

    .containerWrap {
        width:500px;
        margin:0 auto;
    }

    .hiddenContent {
        left: -120px;
    }

}

@media only screen and (max-width: 550px) {

    .containerWrap {
        width:360px;
        margin:0 auto;
    }

    .downloadRow {
        height:85px;
    }

    .btnStraight {
        left: 0;
        top:50px;
        padding:0;
    }

    .btnReverse {
        left: 120px;
        top: 50px;
        padding:0;
    }

    .productLine {
        position: absolute;
        bottom: 0;
    }

    .productCell {
        line-height: 25px;
    }

    .subWidth {
        width:80px;
    }

    .productLine {
        width: 330px;
    }

    .hiddenContent {
        left: -230px;
    }

}


