
.hr {
    clear: both;
    display: block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    position: relative;
    margin: 30px 0;
    float: left;
}
.hr-short {
    height: 20px;
    line-height: 20px;
    margin: 30px 0;
    float: none;
}
.hr-inner {
    width: 100%;
    position: absolute;
    height: 1px;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -1px;
    border-top-width: 1px;
    border-top-style: solid;
    border-color: #ebebeb;
}
.hr-short .hr-inner {
    width: 40%;
    left: 50%;
    margin-left: -20%;
}
.hr-short .hr-inner-style {
    border-radius: 20px;
    height: 9px;
    width: 9px;
    border-width: 2px;
    border-style: solid;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
    border-color: #ebebeb;
    background-color: #ffffff;
}
.hr-short.hr-right .hr-inner-style {
    left: auto;
    right: 0;
}
.hr-short.hr-right .hr-inner {
    left: auto;
    right: 0;
    margin-left: 0%;
}
.alternate_color .hr-short .hr-inner {
    background-color: #ffffff;
}
