/** Generated by QuickPaging **/
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #edf6ff !important;
}


#winners{
    background-image: url('//www.parsonline.com/data/uploaded_files/1508844814-3.jpg'); /* Add a search icon to input */
    background-position: 10px 12px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 50%; /* Full-width */
    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
    border-radius: 50px;
    color:#1d7ccd;
}
#result{
    padding: 20px 0;
}
.result-item{
    margin:0 10px;
    padding: 2px 10px;
    background-color:#efefef;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

@media (max-width: 480px){
    #winners{
        width: 100%;
    }
}