/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

.subscript {
    font-size: 0.6em;
    line-height: 0.5em;
    vertical-align: baseline;
    position: relative;
    top: 0.3em;
}

.numberCircle {
    font: 32px Open Sans, Arial, sans-serif;

    width: 2em;
    height: 2em;
    box-sizing: initial;

    background: #fff;
    border: 0.1em solid #666;
    color: #666;
    text-align: center;
    border-radius: 50%;    

    line-height: 2em;
    box-sizing: content-box;  
}

.superscript {
    font-size: 0.6em;
    line-height: 0.5em;
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}
.et_pb_bg_layout_dark h2 {color: #000;}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;
}

#top-menu li a {
line-height: 1.1em;
}

.entry-content table {

    border: 0px solid #eee !important;

}

.et_pb_social_media_follow {
	text-align: center !important;
}