﻿.meltwater {
    border: none;
}

.meltwater .news-item {
    border-bottom: #E8E8E8 solid 1px;
    padding: 0;
    margin-top: 5px;
}


.meltwater .message, .errorMessage {
    margin: 10px 0 20px 0;
}

.meltwater .errorMessage {
    color: #C9141F;
}

.meltwater .details {
    color: #C9141F;
    border: none !important;
    margin-bottom: 15px !important;
    padding: 0 !important;
}

.meltwater .details a {
    margin-top: 0;
}

.missingImg {
    color: white;
    text-align: center;
    padding: 20px 5px 20px 5px;
    background: #0091d2 !important;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.missingImgLarge {
    color: white;
    margin-bottom: 20px;
    text-align: center;
    font-size: 25px !important;
    padding: 80px 5px 80px 5px;
    background: #0091d2 !important;
    -ms-border-radius: 5px;
    border-radius: 5px;
}