.panel-summary{
    background-color:#d6deeb;
    border-radius: 10px;
    margin-right: 10px;
    margin-left: 10px;
}

.td-info{
    color:blue;
    font-size:   smaller;
    line-height: 40%;
}
.td-info-multi{
    color:blue;
    font-size:   smaller;
    line-height: 80%;
}

.td-summary-info{
    line-height: 50%;
}

.td-summary-data{
    font-weight: bold;
    line-height: 50%;
}

.td-total-info{
    font-weight:bold;color:red;
}

.td-total-data{
    font-weight:bold;font-size:large;color:red;
}

.btn-cart{
    width:200px;
}

.points-box{
    font-size:xx-large;
    border:2px solid coral;
    border-radius: 10px;
    min-width: 40px;
    height: 100px;
    margin: 5px;
    color:black;
    background-color:white;
    -moz-box-shadow:    0 5px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    box-shadow:         0 5px 5px rgba(0, 0, 0, 0.15);
}

.transfer-box{
    font-size:xx-large;
    border:2px solid coral;
    border-radius: 10px;
    min-width: 40px;
    height: 100px;
    margin-bottom: 10px;
    color:black;
    background-color:white;
    -moz-box-shadow:    0 5px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    box-shadow:         0 5px 5px rgba(0, 0, 0, 0.15);
}

.active-box{
    background-color:rgb(188, 214, 229);
}