/*important*/
html, body {
font-size: 10pt;
font-family: 'Arial', sans-serif;
text-rendering: optimizeLegibility;

margin: 0%;
background-color: #000;

background-image: url(../img/bg_space1.gif);
}
#wrapper{
width: 55vw;
}

#aside-wrapper{
width: auto;
}

#flex {
display: flex;
}

/*header and footer*/
header, main, aside, footer{
border: none;
color: #fff;
background-color: #000;
}


/*main and aside*/
main{
padding: 1%;

width: 100%;
}

/*headings*/
h1, h2, h3 {
margin: 0%;
margin-left: 0%;
margin-right: 0%;
margin-top: 0%;
}

/*horizontal lines*/
hr {
border-top: none;
border-bottom: 1px solid #777;
border-right: none;
border-left: none;
}

/*lists*/

li, ol, ul {
text-align: left;

margin: 1%;
padding-left: 0%;

list-style-position: inside;
list-style-type: none;
}

/*hyperlinks*/
a {
color: #e4d615;
text-decoration: underline;
}

a:hover {
color: #0c7225;
text-decoration: none;
}

/*tables*/
table, td, th {
border-collapse: collapse;
border: 1px solid #fff;
padding: 3px;
overflow:hidden;
word-break:normal;

margin-left: auto;
margin-right: auto;
}
