/* Elementpath css */

/* 
el_01 
color
*/

/* 
el_02 
background
*/
/* 
el_03 
display
*/
/* 
el_04 
position
*/
/* 
el_05 
Border
*/
.border {
    border: 1px solid #ddd;
}
/* 
el_06 
Transition
*/
/* 
el_07 
Font size
*/
/* 
el_08 
Font wieght
*/
/* 
el_09 
Float
*/
/* 
el_10 
Width
*/
/* 
el_11
height
*/
/* 
el_12
Line height
*/
/* 
el_13
Margin
*/
/* 
el_13 
Padding
*/
.pr_100 {
    padding-right: 100px;
}
.pl_100 {
    padding-left: 100px;
}
/* 
el_14 
Top
*/
/* 
el_15 
Right
*/
/* 
el_16
Bottom
*/
/* 
el_17
Top
*/
/* 
el_18
Text align
*/
/* 
el_19
Z-index
*/
/* 
el_20
Border radius
*/
/* 
el_21
Box shadow
*/
/* 
el_22
Btn
*/
/* 
el_23
Image Hover
*/




