.report-broken-link {
    background: none;
    border: none;
    padding: 0;
    color: blue;
    cursor: pointer;
    font: inherit;
}

.device {
    float: left;
    width: 100% !important;
    width: 99%;
    position: relative;
    margin-bottom: 2rem;
}

.device .date {
    position: absolute;
    top: 0;
    left: 5px;
    width: 2.3em;
    text-align: right;
}

.device .date .month {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1em;
    color: #888;
}

.device .date .day {
    display: block;
    margin-top: -5px;
    font-weight: 700;
    font-size: 2.1em;
    color: #888;
}

.device a {
    max-width: 100%;
    text-decoration: none;
    color: #0000FF;
}


.device .title {
    display: block;
    padding: 0 0 5px 0;
    font-size: 0.9rem;
    font-weight: normal;
}


.device p {
    margin: 0 0 0 3.5em;
    padding: 0 0 1em 1.2em;
    border-left: 1px solid #CCCCCC;
}

.device img {
    max-width: 100%;
}

/* These are the containers for Device Details */
.device-img-container {
    /* background-color: #e6e6e6; */
    width: 100%;
    min-width: 100%;
    max-height: 460px;
    height: min(460px, 100%);
}

.device-img-container a {
    height: 100%;
    width: 100%;
}

.device-img-container a img {
    height: 100%;
    max-height: 460px;
    width: 100%;
}