body {
    font-family: palatino;
    font-size:1em;
    background-color:grey;
    line-height:1.2em;
    letter-spacing:0;
    font-weight:400;
    min-width:40em;
    padding-bottom: 2em;
    color: black;
}

h1 {
    font-size: 1em;
    text-align: center;
}


h2 {
    background-color:#480000;
    color:white;
    position:relative;
    text-align:center;
    display:inline-block;
    float:left;
    width:100%;
    margin:0 0 .5em 0;
    font-weight:bold;
    padding:.5em 0em .5em 0em;
    font-size:1.3em;
    border-radius: 10px 10px 0 0 ;
    box-shadow: 1px 1px 1px #6d6e70;
}

h3 {
	text-decoration: underline;
    font-weight:bold;
    font-size:1.0em;
}

h4 {
	text-decoration: underline;
	font-style: italic;
    font-size:1.0em;
}

section {
    background-color: #E8E8E8;
    position:relative;
    width:40em;
    font-size:1.2em;
    margin: 1em auto;
    text-align:center;
    padding:0em 0em 1em 0em;
    border-radius: 10px;
    box-shadow: 0px 0px 1px #6d6e70;
    /*width: 60%;*/
}

section.wide {
    width:50em;
}

header {
    background-color:#480000;
    padding: 0.3em 0em 0em 0em;
    text-align: center;
    position:relative;
    min-width:10em;
    font-size:3em;
    font-weight: bold;
    color: white;
    line-height: .65em;
}



.triangularBullet:after { content: "\2023" }

.WBS {
    font-size: 0.6em;
	margin-bottom: 0.2em;
}

#home-img {
    height:0.8em;
}

#home-word{
    font-size:0.7em;
    color:white;
}

.homepage {
    font-size:.4em;
    text-align: right;
    padding-right: 2cm;
    color:white;
    font-weight:bold;
    margin-top:-.3125em;
    border-radius: 10px 10px 0px 0px;
}

.leaders {
    font-size:.5em;
    line-height: 1.2em;
    color:yellow;
}

.authors {
    font-size:.5em;
    line-height: 1.2em;
}

.date {
    font-size:.4em;
    line-height:2em;
}

.abstract {
    background-color: #E8E8E8;
    color:#202020;
    padding: 1em 1em 1em 1em;
    text-align: left;
    position:relative;
    width:30em;
    left:50%;
    margin-left:-16em;
    margin-top:2em;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #6d6e70;
}



.subtitle {
    color:white;
    text-align:center;
    font-size:1.3em;
    padding:.125em;
    margin-top:-0.625em;
}




footer {
    color: white;
    padding:.5em;
    position:relative;
    top: 6em;
    text-align:center;
    margin:0.25em;
    font-size:1.1em;
}

.main-head {
    color:white;
    font-weight:bold;
    font-size:1.1em;
    padding:0.25em 0em .125em 0em;
    margin-top:-.3125em;
    border-radius: 10px 10px 0px 0px;

}


.section-text{
    padding:2.5em 3% 0.5em 3%;
    width:94%;
    margin:0 0 .5em 0;
    font-size:0.9em;
    position:relative;
    text-align:left;


}

.subsection-text {
    padding:.2em 2% .2em 2%;
    margin:0 4% .5em 2%;
    width:92%;
    position:relative;
    text-align:left;
	line-height: 120%;
}


.yellow{
    color:yellow;
}


a:link {
    color:red;
    text-weight: bold;
    text-decoration: none;
}
a:visited {
    color:maroon;
    text-weight: bold;
    text-decoration: none;
}
a:hover {
    color:orange;
    text-weight: bold;
    text-decoration: none;
}
a:active {
    color:yellow;
    text-weight: bold;
    text-decoration: none;
}

table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size:0.8em;
    text-align: left;
    }

td {
    padding:1em;
    border-radius: 5px;
    background-color:#f2f2f2;
}

.tabletitle {
    text-align:left;
    width:20%;
    background-color:#e5e5e5;
    color:#323232;    
    font-weight: 0.8em;

}


.butt:hover {
    background-color:#303030;
}

.command {
    color: green;
    font-weight:bold;
}

.content {
    position:relative;
    background-color:white;
    width:50em;
    padding: 1em;
    left:50%;
    margin-left:-26em;
    margin-top:2em;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #6d6e70;
}

.codeblock {
    background-color: black;
    color: white;
    border-radius: 5px;
    padding: 1em;
    white-space: pre-wrap;
}
.in-line_code {
    background-color: black;
    color: white;
    padding: 1px 3px;
}
