.press-release .date-title, .press-release .date {
    width: 30%;
    box-sizing: border-box;
}

.press-release .title-title, .press-release .title {
    width: 70%;
    box-sizing: border-box;
}

.desktop .press-release .date-title, .desktop .press-release .date,
.desktop2 .press-release .date-title, .desktop2 .press-release .date {
    width: 20%;
    height: 40px;
    line-height: 20px;
}

.desktop .press-release .title-title, .desktop .press-release .title,
.desktop2 .press-release .title-title, .desktop2 .press-release .title {
    width: 80%;
    /* line-height: 20px; */
    height: 40px;
}

.date-title, .title-title {
    font-weight: bold;
}

.press-release-container {
    /* padding: 10px; */
}

.press-year {
    background-color: #EB1B3C;
    display: inline-block;
    color: #fff;
    padding: 2px 20px 2px 5px;
    border-top-right-radius: 10px;
    box-sizing: border-box;
}

.press-row-title > div {
    background-color: #555;
    color: #fff;
}

.press-year-selector {
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px;
}

.issue {
    position: relative;
}

.presses {
    opacity: 0;
    height: 0;
    transition: opacity .6s ease;
    overflow: hidden;
}

.presses.active {
    opacity: 1;
    height: 100%;
}

.press-row {
    border-bottom: 1px solid #eee;
}

.phone .press-release {
    font-size: 1.2em;
}

.press-release {
    font-size: 1.4em;
}

.issue .title {
    color: #EB1B3C;
    font-weight: bold;
    font-size: 1.7em;
    line-height: 1.3em;
}

.issue .detail p {
    font-size: 1.4rem;
}

.issue {
    /* border: 1px solid #eee; */
    margin: 30px 0px;
    /* margin: 10px 0; */
}

.press-release .title > a {
    display: block;
    padding: 10px;
}

.press-row:hover {
    background-color: #eee;
}

.issue .date {
    margin: 10px 0;
    font-size: 1.4em;
    color: #999;
}

.press-release .title-title {
    padding: 10px;
}

.press-release .date-title {
    padding: 10px;
}

.press-release .date {
    padding: 10px 5px;
}

select#press-year-select {
    height: 24px;
    padding: 0 10px;
}

.phone .press-year-selector {
    padding: 6px;
}

.meta-container {
    /* border-top: 1px solid #eee; */
    /* border-bottom: 1px solid #eee; */
    margin: 10px 0;
    font-size: 1.4rem;
    color: #aaa;
}

.share-to-icon {
    width: 40px;
    height: 40px;
}

.share-caption {
    padding: 10px;
    width: 100px;
    font-size: 1.2rem;
}

.download-caption {
    padding: 10px;
    width: 100px;
    font-size: 1.2rem;
}

.phone .download-caption,
.tablet .download-caption,
.tablet .share-caption,
.phone .share-caption {
    padding-left: 0px;
}

.meta-container > div {
    /* width: 50%; */
}

.download-icon {
    width: 40px;
    height: 40px;
}

.download-icon > a {
    width: 100%;
    height: 100%;
    display: block;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-image: url(../images/icn_Downloads.png);
    background-position: center center;
}

.desktop .issue,
.desktop2 .issue {
    padding-left: 20%;
}

.desktop .meta-container,
.desktop2 .meta-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    margin: 0;
    padding-right: 10px;
    box-sizing: border-box;
}

.issue-container {
    position: relative;
}

.desktop2 .meta-container > div,
.desktop .meta-container > div {
    float: none;
    padding-left: 0;
    border-bottom: 1px solid #eee;
}

.phone .press-release .title-title,
.phone .press-release .title {
    width: 100%;
}

.date2 {
    padding: 5px 10px 0px 10px;
}

.phone .press-release .title > a {
    padding: 5px 10px;
}

.press-row-title {
    height: 40px;
}

.press-row-title > div {
    height: 40px;
}