.box{
background: #e03e25;
color: white;
padding: 5px;
}

.box p{
color:#FFFFFF;
text-align:center;
}

table{
width:100%;
background:#f5f5f5;
}
table td{
color:#333333;
padding:10px;
border-bottom: 2px solid #ccc;
}
.success{
background:#47a447;
}

.warning{
background:#ed9c28;
}

.danger{
background:#d2322d;
}
.info{
background:#5bc0de;
}
.btn-primary {
    color: #ffffff;
    background-color: #0088cc;
    border-color: #0088cc #0088cc #006699;
	border-radius: 17px;
}

.plan-ribbon {
    -webkit-transform: rotate(42deg);
    -moz-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    -o-transform: rotate(42deg);
    transform: rotate(42deg);
    background-image: -webkit-linear-gradient(top, #bfdc7a, #8ebf45);
    /* background-image: linear-gradient(to bottom, #bfdc7a, #8ebf45); */
    /* background-color: #bfdc7a; */
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    color: #333;
    font-size: 14px;
    left: -9px;
    padding: 7px 0;
    position: relative;
    text-align: center;
    text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
    top: 11px;
    width: 122px;
}

.plan-ribbon-wrapper {
    height: 88px;
    overflow: hidden;
    position: absolute;
    right: 14px;
    top: -11px;
    width: 82px;
}
	