body {
    font-family: sans-serif;
}

a:link, a:visited {
    color: #0000F0;
    text-decoration: underline;
}
    
td.col1 a:link {
    color: #0000F0;
    font-size: 120%;
    font-weight: bold;
    text-decoration: underline;
}

td.col1 a:visited {
    color: #0000F0;
    font-size: 120%;
    font-weight: bold;
    text-decoration: underline;
}


table {
    table-layout: fixed;
    width: 100%;
    font-family: sans-serif;
}

h1 {
    font-size: 200%;
    font-family: sans-serif;
    color: #0000E0;
}

h2 {
    font-size: 200%;
    font-family: sans-serif;
    color: #0000E0;
}

h3 {
    font-size: 110%;
    font-family: sans-serif;
    color: #0000E0;
}

div.matlab {
    font-family: sans-serif;
    background-color: #F0F0E0;
    border-style: solid;
    border-color: #C0C0C0;
    align-self: center;
    -webkit-align-self: center;
    width: 75%;
    padding: 10px;
}

img.matlab {
    width: 50%;
    border-style: solid;
    border-color: #C0C0C0;
}

td {
    padding: 10px;
    border-style: none;
}

td.fullwidth {
    background-color: #F0F5F0;
    width: 100%;
}

td.col3 {
    background-color: #F0F5F0;
    width: 20%;
    vertical-align: text-top;
}

td.col2 {
    background-color: #F0F5F0;
    width: 65%;
    vertical-align: top;
}

td.col1 {
    vertical-align: top;
}

col.col3 {
    background-color: #F0F5F0;
    width: 30%;
%    vertical-align: top;
}

col.col2 {
    background-color: #F0F5F0;
    width: 65%;
%    vertical-align: text-top;
}

col.col1 {
    background-color: #F0F5F0;
    width: 15%;
%    vertical-align: text-top;
}

span.matlabcomment {
    color: #009000;
}

table.code td {
    padding: 0px;
    border-style: none;
    font-family: Courier;
%    border-color: #C0C0C0;
%    border-width: 1px;
%    border-left: none;
%    border-right: none;
%    border-top: none;
}

table.publications {
    table-layout: auto;
    text-align: left;
    width: auto;
}

table.publications td {
    vertical-align: text-top;
}

table.errortable {
    background: #FFFFFF;
    table-layout: auto;
    text-align: left;
    width: auto;
    border-collapse: collapse;
    align-self: center;
    -webkit-align-self: center;
}


table.errortable th {
    font-weight: bold;
    border-bottom-color: #000000;
    border-top-color: #FFFFFF;
    border-left-color: #FFFFFF;
    border-right-color: #FFFFFF;
    border-style: solid;
}

figcaption {
    font-weight: bold;
    font-style: serif;
    font-size: 70%;
    text-align: center;
}
