/* 
  Document   : user.css
  Created on : 2014/06/27, 13:00:00
  Author     : nid
  Description:
      Purpose of the stylesheet follows.
*/

/* 吹き出し関連 */
.balloon-sheet-text {
    font-weight: bold;
}

.balloon-sheet-price {
    color: red;
}

.balloon-sheet-constant-text {
    margin-top: 10px;
    font-weight: bold;
    color: #0099CC;
}

.balloon-button-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.balloon-button {
    border: none;
    -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.8);
    color: #000;
    margin: 5px;
}

.balloon-select {
    background-color: #ffc90e;
}