.winners-wrapper {}

.winners-wrapper td:first-child {}

#winners {
    position: relative;
}

#winners.container {
    margin: 30px auto 40px;
}

#winners .heading {
    font-size: 30px;
    line-height: 30px;
    color: #664c80;
    vertical-align: top;
    padding: 0px;
    border: 0px;
    text-align: left;
    padding-right: 8px;
}

#winners .item {
    /* height: 20px; */
    max-width: 100%;
    font-size: 16px;
    border-bottom: 1px solid #c5a687;
    padding: 10px 0px !important;
    color: black;
}

#winners .item td {
    width: 46%;
    text-align: left;
    vertical-align: middle;
}

#winners .item a:link, #winners .item a:visited {
    color: black;
    text-decoration: none;
}

#winners .item td:first-child {
    margin-right: 15px;
}

#winners .link {
    /*
    margin-right: 30px;
    position: initial;
    float: right;
    */
}

#winners .link {
    color: #505050;
    /*
    float: right;
    position: absolute;
    left: 850px;
    */
    width: 15px;
    height: 15px;
    background: transparent url(https://uatwedding.esdlife.com/bridal-award/2017/img/ico_link.png) no-repeat;
}

#winners .item table {
    width: 100%;
    margin: 0;
}


.heading-break {
    display: none;
}

.heading-no-break {
    white-space: nowrap;
}

@media screen and (max-width: 460px) {
    .heading-break {
        display: initial;
    }
}


#winners .award-item .main_category {
    color: #50447c !important;
    font-weight:bold;
}

#winners .award-item .award, #winners .award-item .title {
    border-color: rgba(80,8,124,0.2) !important;
}