/* index */

@media (min-width:992px) {
    #search {
        width: 50%;
    }

    #track {
        right: 10%;
    }

}

@media (max-width:992px) {
    #search {
        width: 80%;
    }

    #track {
        right: 10% !important;
    }

    .list1 {
        margin-top: 1.5ex;
    }

}


/* track */


@media (min-width:992px) {
    .fadeimg {
        width: 15%;
    }

    .search {
        width: 70%;
    }

    .move1 {
        margin-left: 15%;
    }

    .move2 {
        margin-left: 14.5%;
        border-radius: 0.8ex 0ex 0ex 0.8ex;
    }
}

@media (max-width:992px) {
    .fadeimg {
        width: 30%;
    }

}

/* quote */
@media (min-width:992px) {
    #quote {
        background-image: url('/static/quote.jpg');
        background-repeat: no-repeat;
        background-size: 35%;
        background-position: 5% 10%;
    }
}


.choice {
    background-color: orange !important;
    color: white !important;
}

/* item */

@media (min-width:992px) {
    .img1{width:20% !important;}
    
}

/* result */


/* the admin result */
.editInput{border:0px solid grey !important;}

