.modal-content9 {
    position: relative;
    background-color: #0b1c2e;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: solid 1px #3d6995;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
	padding: 10px;
}

.modal-open .modal9 {
    overflow-x: hidden;
    overflow-y: auto;
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-header9 {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-body9 {
    position: relative;
    padding: 15px;
}

.modal-title9 {
    margin: 0;
    line-height: 1.42857143;
	text-align: center;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: solid 1px #3d6995;
}

.money-view-info9 strong {
    color: #ffcc00;
    font-size: 16px;
    float: left;
    line-height: 40px;
    padding-left: 10px;
}

.modal-dialog9 {
    position: relative;
    width: auto;
    margin: 10px;
}

.btn-user-close9 {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
}

.money-view-info9 {
    margin: 10px 0;
    display: block;
    height: 40px;
}

.info-btn-group9 {
    width: 100%;
    margin-top: 10px;
}

.info-btn-group9 li {
    width: 49%;
}

.float-right9 {
    float: right;
}









.modal-dialog {
    width: calc(100%) !important;
}

.money-view-info span {
    float: right;
    font-size: 16px;
}