.cwlp-notice {
    padding: 15px;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #E5C85B;
    background: #FFFECE;    
}

.cwlp-error {
    border: 1px solid #EE3C50;
    background: #EECAD0;
}

.cwlp-success {
    border: 1px solid #6DBF24;
    background: #DAECBB;
}

.cwlp-upload-form input[type=submit] {
    margin: 0px !important;  
}

.cwlp-single-entry {
    margin-bottom: 20px;
    border-bottom: 1px solid #888;
    padding-bottom: 20px;
}

.cwlp-entries-list, .cwlp-shortlisted {
    margin-top: 40px;
    list-style-type: none !important;
    padding: 0px !important;
}

.cwlp-entries-list li {
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    width: 170px;
    float: left;
}

.cwlp-entries-list li img {
    width: 150px;
    height: 150px;
    display: block;
    margin-bottom: 10px;
}

.cwlp-entries-list li p {
    line-height: 1.2;
    height: 50px;
    overflow-y: scroll;
}

.cwlp-entries-list li input[type=submit] {
    background: #771e28;
    border: 0px;
    display: block;
    font-size: 14px;
    color: #fff;
    width: 100%;
    margin-top: 10px;
    cursor: pointer;
}
.cwlp-entries-list li input:hover {
    background: #471218;
}

.cwlp-entries-list .cwlp-label {
    position: relative;
}

.cwlp-entries-list .cwlp-label:before {
    width: 110px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    left: -1px;
    top: -31px;
    content: '';
    display: block;
    border-radius: 5px 5px 0px 0px;
    padding: 5px 10px;
    font-weight: bold;
}

.cwlp-entries-list .cwlp-label.cwlp-winner:before {
    content: 'Winner';
    background: #fefcea; /* Old browsers */
    background: -moz-linear-gradient(top,  #fefcea 0%, #f1da36 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fefcea 0%,#f1da36 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */
}

.cwlp-entries-list .cwlp-label.cwlp-runnerup:before {
    content: 'Runner-Up';
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top,  #eeeeee 0%, #bababa 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #eeeeee 0%,#bababa 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #eeeeee 0%,#bababa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#bababa',GradientType=0 ); /* IE6-9 */
}

.cwlp-entries-list .cwlp-label.cwlp-recommended:before {
    content: 'Commended';
    background: #d5cea6; /* Old browsers */
    background: -moz-linear-gradient(top,  #d5cea6 0%, #b5a969 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #d5cea6 0%,#b5a969 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #d5cea6 0%,#b5a969 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5cea6', endColorstr='#b5a969',GradientType=0 ); /* IE6-9 */
}

.cwlp-entries-list:after,
.cwlp-shortlisted:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
}

.cwlp-shortlisted {
    margin: 20px 0px;
}

.cwlp-shortlisted li {
    width: 100%;
    padding: 20px;
    background: #f1f1f1;
    margin-bottom: 20px;
    float: left;
    box-sizing: border-box;
}

.cwlp-shortlisted li.cwlp-recommended {
    width: 49%;
}

.cwlp-shortlisted li cite {
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.cwlp-ru-caption { height: 150px; overflow-y: scroll; padding:3px; }
.cwlp-col1 {clear:both; margin-right: 2%;}
.cwlp-placements {padding-top:30px;}
.cwlp-label h5 {margin-top: 10px;}