.evm-bootstrap #cart-table {

}

.evm-bootstrap #ticketselector tr {
    margin-bottom: 10px;
}

.evm-bootstrap .cart{
    padding-bottom: 20px;
    border-bottom: 1px solid #cbd2d5;
}

.evm-bootstrap .ticket-selection{
    /*padding-right: 50px;*/
    margin-bottom: 15px !important;
}

.evm-bootstrap .total-count{
    margin-top: 20px;
    table-layout: fixed;
    width: 100%;
}

.evm-bootstrap .proceed{
    width: 100% !important;
}

.evm-bootstrap .input-styled{
  display: inline-block;
    /*float: left;*/
}

.evm-bootstrap .select-arrow-top{
    height: 13px;
    width: 100%;
    cursor: pointer;
    border-bottom: 1px solid #ce4f29;
}

.evm-bootstrap .select-arrow-bottom{
    height: 13px;
    width: 100%;
    cursor: pointer;
}

.evm-bootstrap .select-min{
    max-height: 26px;
    float: left;
    max-width: 50px;
    border-bottom-right-radius: 0px ;
    border-top-right-radius: 0px ;
}

.evm-bootstrap .select-min-merch{
    max-height: 26px;
    float: left;
    max-width: 40px;
    border-bottom-right-radius: 0px ;
    border-top-right-radius: 0px ;
}

.evm-bootstrap .select-arrows{
    border-bottom-right-radius: 4px ;
    border-top-right-radius: 4px ;
    float: left;
    height: 20px;
    width: 35px;
    border: 1px solid grey;
    height: 26px;
    background: url("/resources/global-v2/images/select_arrows.png") center no-repeat;
    background-color: #f15a29;
}
