.featuresDiv {
    width: 50%;
    float: left;
}

.featuresDiv ul {
    list-style: none;
    padding: 0;
    padding-left: 30px;
}

.featuresDiv ul li {
    padding-left: 1.3em;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: MarckScript-Regular;
}

.featuresDiv ul li:before {
    content: "\f0a4";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}

.availableStylesDiv {
    width: 50%;
    float: right;
}

.availableStylesDiv ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-right: 30px;
}

.availableStylesDiv ul li {
    margin-bottom: 20px;
}

.availabileStylesListDiv {
    position: relative;
    background-color: white;
    border: 2px solid #9e9e9e;
    border-top: none;
    border-bottom: none;
    height: 34px;
}

.availableStylesText {
    font-size: 22px;
    text-decoration: underline;
    color: #546e7a;
    margin-bottom: 10px;
    font-family: MarckScript-Regular;
}

.availableStyleListText {
    font-family: Roboto-Regular;
    font-size: 14px;
    margin-bottom: 10px;
}

.stylesText {
    position: absolute;
    font-size: 40px;
    top: -3px;
    left: 5px;
}

.engDottedHR1 {
    border: 1px solid #616161;
    position: absolute;
    top: 2px;
    left: 5px;
    right: 10px;
    margin: 0;
}

.engDottedHR2 {
    border: 1px dashed #e0e0e0;
    position: absolute;
    top: 12px;
    left: 5px;
    right: 10px;
    margin: 0;
}

.engDottedHR3 {
    border: 1px solid #616161;
    position: absolute;
    top: 28px;
    left: 5px;
    right: 10px;
    margin: 0;
}

.engCursiveHR1 {
    border: 1px solid #616161;
    position: absolute;
    top: -2px;
    left: 5px;
    right: 10px;
    margin: 0;
}

.engCursiveHR2 {
    border: 1px dashed #e0e0e0;
    position: absolute;
    top: 10px;
    left: 5px;
    right: 10px;
    margin: 0;
}

.engCursiveHR3 {
    border: 1px solid #616161;
    position: absolute;
    top: 26px;
    left: 5px;
    right: 10px;
    margin: 0;
}