.trex-devider {
	margin: 0px;
    padding: 30px 0;
    
}

.trex-devider-dotted {
    border-top: 2px dotted #eee;
}

.trex-devider-dashed {
    border-top: 2px dashed #eee;
}

.trex-devider-double {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    height: 5px;
}

.trex-devider-double-dotted {
    border-bottom: 1px dotted #eee;
    border-top: 1px dotted #eee;
    height: 5px;
}

.trex-devider-double-dashed {
    border-bottom: 1px dashed #eee;
    border-top: 1px dashed #eee;
    height: 5px;
}