div.divider{
	/*border-color: #999;*/
    margin-left: auto;
    margin-right: auto;
    border-bottom-style: none;
}

div.divider.single-border-solid{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    color: #F1F1F1;
}

div.divider.double-border-solid{
    border-bottom-width: 7px;
    border-bottom-style: double;
}

div.divider.single-border-dashed{
    border-bottom-style: dashed;
}

div.divider.double-border-dashed{
    border-top-style: dashed;
    border-bottom-style: dashed;
}

div.divider.single-border-dotted{
    margin-left: auto;
    margin-right: auto;
    border-bottom-style: dotted;
}

div.divider.double-border-dotted{
    border-top-style: dotted;
    border-bottom-style: dotted;
}
