/* Global style */

body {
  font-family: Verdana, Helvetica, Sans-serif;
  background-color: #FFF;
  margin: 2em 8% 1em 8%;
  margin-left: 10%;
  margin-right: 10%;
}

p {
  text-indent: 2em;
  text-align: justify;
  line-height: 1.4em;
  margin-top: 0.3;
  margin-bottom: 0.3em;
}

p.reference {
  font-size: smaller;
  text-indent: 0em;
  text-align: justify;
  line-height: 1.4em;
  margin-top: 0.3;
  margin-bottom: 0.3em;
  /*margin-left: 2em;*/
}

img{
	margin-bottom: 10px;
	/*max-height: 100%;*/
}

ul {
  line-height:1.4em;
}

a, a:link, a:visited {
  color: #0000EE;
}

a:visited { 
  color: #551A8B;
}

h1 {
  font-size: x-large;
}

h2 {
  font-size: 32px;
  padding-bottom: 2px;
  border-bottom: 1px solid black;
}

h3 {
  font-size: large;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #AAA;
  /*padding-bottom: 2px;*/
  text-align: center;
}

table {
	table-layout: fixed;
}
td {
  text-align: center;
  padding-bottom: 1em;
  vertical-align: middle;
  padding: 0.5em;
  /*line-height: 1.8em;*/
}

span.green {
  color: #00AA00;
  font-weight: bold;
}

span.red {
  color: #AA0000;
  font-weight: bold;
}

tr {
  padding-bottom: 4em;
}

img {
  border: none;
}

table#authors td.author {
  padding: 0.5em;
  text-align: center;
}

table#authors td.author span.author-name {
  font-weight: bold;
}

table#authors td.author a.author-email {
  font-size: small;
}

table#authors td.author-separator {
  padding: 1em;
}


img.gifs {
  float: left;
  margin: 0 5px 0 0;
  height: 200px;
}

.clear{
	clear: both;
}

.box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.mfp-img{
   height: 100% !important;
}
.vertical-text {
  	/*writing-mode: vertical-lr;
    transform: rotate(180deg);*/
    transform: rotate(-90deg);
    width: 10px;
}

.legend {
  display: inline-block;
  border: 2px solid lightgray;
  padding: 5px;
  margin: 5px;
}


/* JQuery */
.ui-tabs .ui-tabs-panel {
  border: 1px solid #c5c5c5;
  padding: 1em 1.4em;
  background: none;
}


/* vim: set tabstop=2 shiftwidth=2 expandtab: */


