﻿/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/
/*Apply margin and wrap text around timeline event images*/
/*This is the portrait version*/
.tlimage {
margin: 10px;
border-radius: 16px;
width: 80px;
float: left;
}

 

/*Apply margin and wrap text around timeline event images*/
/*This is the landscape version*/
.tlimagewide {
margin: 10px;
border-radius: 16px;
width: 120px;
float: left;
}


/*Timeline Event Headings*/

.tlevents2{
font-weight:bold;
font-size: 15px!important;
font-variant: small-caps;
}

/*Remove bullet point from Timeline Event Headings*/

.tlevents2 li {
list-style-type:none!important;
}

/*Set font style for Timeline Events body text*/
.tlevents2 li p, .tlevents2 li p a {
font-weight:normal;
font-size: 13px!important;
font-variant: normal!important;
}

/*This controls the vertical spacing between paragraphs in the event description text*/

.tlevents2 li p {margin-top: 10px!important; margin-bottom:0!important;}