#rasysa-hsd .bg-highlight{
background-color:#ff339a;
}
#rasysa-hsd .bg-bar1{
background-color:#ff99cc;
}
#rasysa-hsd .bg-bar2{
background-color:#fff899;
}

.text-show{
color: #ff339a;
}
.text-white{
color: #ffffff;
}
#rasysa-hsd .bg-bar2 > .text-show{
color: #888888;
}

.fs-20{
font-size:2.0rem;
}
.fs-15{
font-size:1.5rem;
}
.fs-12{
font-size:1.2rem;
}
.fs-10{
font-size:1.0rem;
}
.fs-098{
font-size:0.98rem;
}
.fs-095{
font-size:0.95rem;
}
.fs-09{
font-size:0.9rem;
}
.fs-08{
font-size:0.8rem;
}
.fs-06{
font-size:0.6rem;
}
.fs-04{
font-size:0.4rem;
}
.fs-075{
font-size:0.75rem;
}
.fs-05{
font-size:0.5rem;
}
.fs-025{
font-size:0.25rem;
}

.lh-20{
line-height:2.0rem;
}
.lh-12{
line-height:1.2rem;
}
.lh-05{
line-height:0.5rem;
}

.list-group-item:first-child{
border-radius:0;
}
.list-group-item:last-child{
border-radius:0;
}

.float-left{
		float:left;
}
.float-right{
		float:right;
}
.w300{
width:300px;
box-sizing: border-box;
}
.w300 img{
width:100%;
}
.p10{
padding:5px;
}

#wrapper {
    position: relative;
    width: 100%;
}
#wrapper:before {
    content:"";
    display: block;
    padding-top: 55.6%;
}
#content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}



