.paymentAlert{color: red}
.inbound-select {
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
    border-radius: 4px;
    line-height: 1.499;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    box-shadow: 0 2px 0 rgba(0,0,0,.015);
    cursor: pointer;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: manipulation;
    border-radius: 4px;
    color: rgba(0,0,0,.65);
    background-color: #fff;
    border: 1px solid #d9d9d9;
	margin-right: 20px;
	width: 120px;
}
.inbound-option {
	text-align: left;
}
.inbound-btn {
	width: 120px;
}

@media screen and (max-width:700px) {
    .inbound-select {
        margin-right:0;
        margin:0 5px 10px;
    }
}