/* your styles go here */

#features li, ul {

    text-align: left;

	padding-left: 20px;

}

.box-color1 {

    padding: 20px;

    border: dotted 1px #999999;

    background: #333333;

    color: #fff;

}

.box-color2 {

    padding: 20px;

    border: dotted 1px #999999;

    background: #20616d;

    color: #fff;

}

.box-color3 {

    padding: 20px;

    border: dotted 1px #999999;

    background: #555555;

    color: #fff;

}

.box-color4 {

    padding: 20px;

    border: dotted 1px #999999;

    background: #294d76;

    color: #fff;

}

.box-simple h3 {

    font-weight: normal;

    font-size: 18px;

    text-transform: uppercase;

    line-height: 1.5;

    color: #fff;

    font-weight: 800;

    letter-spacing: 0.08em;

}

.box-simple.box-color1 .icon {

    color: #f7f7f7;

    border-color: transparent;

    font-size: 70px;

}

.box-simple.box-color2 .icon {

    color: #f7f7f7;

    border-color: transparent;

    font-size: 70px;

}

.box-simple.box-color3 .icon {

    color: #f7f7f7;

    border-color: transparent;

    font-size: 70px;

}

.box-simple.box-color4 .icon {

    color: #f7f7f7;

    border-color: transparent;

    font-size: 70px;

}

.yamm-content b, strong {

    font-weight: 700;

    color: #828282;

}
.cite_article_block{
    background-color: rgba(0, 188, 212, 0.25);
    padding: 10px;
}
.article-page{
    padding-top: 20px;
}
.article-header hr{
    border-top: 1px solid #eee;
    margin: 0;
    padding: 0;
}
.article-alg{
    height:54px;
    line-height: 1.2;
}