.nooz-list-wrapper.nooz-styled .nooz-group-title {
    color: #333;
    font-size: 1.1em;
}
.nooz-list-wrapper.nooz-styled .nooz-list {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
}
.nooz-list-wrapper.nooz-styled .nooz-item {
    background-color: #f6f6f6;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #ddd;
    box-sizing: border-box;
    font-size: 1em;
    line-height: 1.4em;
    margin-bottom: 15px;
    padding: 15px;
}
.nooz-list-wrapper .nooz-item-with-excerpt .nooz-link {
    margin-bottom: 5px;
}
.nooz-list-wrapper.nooz-styled .nooz-item p:last-child {
    margin-bottom: 0;
}
.nooz-list-wrapper.nooz-styled .nooz-datetime {
    color: #666;
    font-size: 0.9em;
}
.nooz-release-content-wrapper.nooz-styled .nooz-boilerplate {
    background-color: #f6f6f6;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #ddd;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 20px;
}
.nooz-release-content-wrapper.nooz-styled .nooz-boilerplate p:last-child {
    margin-bottom: 0;
}
.nooz-release-content-wrapper.nooz-extended.nooz-styled .nooz-location-datetime {
    float: left;
    font-weight: bold;
    margin: 0 3px 0 0;
}
.nooz-release-content-wrapper.nooz-extended.nooz-styled .nooz-datetime-separator {
    font-weight: normal;
}
@media (min-width: 481px) {
    .nooz-list-wrapper.nooz-styled .nooz-item {
        margin-bottom: 20px;
        padding: 20px;
    }
    .nooz-list-wrapper.nooz-styled .nooz-datetime {
        float: right;
    }
    .nooz-list-wrapper.nooz-styled .nooz-link {
        padding-right: 120px;
    }
    .nooz-list-wrapper.nooz-2col .nooz-list {
        margin: 0;
        overflow: auto;
        padding-left: 80px;
        zoom: 1;
    }
    .nooz-list-wrapper.nooz-2col .nooz-item {
        float: left;
        margin-left: 40px;
        width: 50%;
    }
    .nooz-list-wrapper.nooz-2col .nooz-item-odd {
        clear: both;
        margin-left: -40px;
    }
    .nooz-list-wrapper.nooz-2col .nooz-link {
        padding-right: 0;
    }
    .nooz-list-wrapper.nooz-2col.nooz-styled .nooz-list {
        padding-left: 30px;
    }
    .nooz-list-wrapper.nooz-2col.nooz-styled .nooz-item {
        margin-bottom: 15px;
        margin-left: 26px;
        padding: 15px;
    }
    .nooz-list-wrapper.nooz-2col.nooz-styled .nooz-item-odd {
        margin-left: -30px;
    }
    .nooz-list-wrapper.nooz-2col.nooz-styled .nooz-datetime {
        float: none;
        margin-right: 0;
    }
    .nooz-release-content-wrapper.nooz-extended .nooz-body-container {
        padding-left: 30px;
    }
    .nooz-release-content-wrapper.nooz-extended .nooz-location-datetime {
        margin-left: -30px;
    }
    .nooz-release-content-wrapper.nooz-extended .nooz-body {
        float: left;
        width: 60%;
        margin-left: -30px;
    }
    .nooz-release-content-wrapper.nooz-extended .nooz-ending {
        float: left;
        width: 60%;
        margin-left: -30px;
    }
    .nooz-release-content-wrapper.nooz-extended .nooz-boilerplate {
        float: right;
        width: 40%;
    }
}
