body {
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-size: 16px;
    background-color: #fff;
    color: #222;
}

a:link {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.bigger {
    font-size: 18px;
}

ul {
    list-style-type: square;
}

h1 {
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
}

h1 a {
    text-decoration: none;
}

h3 {
    clear: both;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
}

h3 a, h3 a:link {
    text-decoration: underline;
}

.title {
    font-weight: bold;
    font-size: 18px;
    padding-top: 10px;
    padding-right: 10px;
    display: inline;
}

b, .strong {
    font-weight: bold;
}

img {
    border: 5px;
    margin: 0px 0px 0px 0px;
    padding: 5px;
    vertical-align: bottom;
}

.clear {
    clear: both;
}

#header {
    display: flex;
}

#header_left {
    margin-right: 0px;
    float: left;
    width: 18%;
    background-color: #FFFFFF;
}

#header_right {
    background-color: #FFFFFF;
    width: 64%;
    float: right;
}

#header_title {
    margin-left: 1%;
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 40px;
    text-align: center;
    line-height: 40px;
    color: #7395c5;
    width: 99%;
}

#header_title a {
    color: #4c4b4b;
    text-decoration: none;
}

#header_title a.a_monochrome,
#header_title a.a_monochrome:visited,
a.a_monochrome,
a.a_monochrome:visited {
    color: #7395c5;
}

#help {
    text-align: center;
    font-weight: bold;
    margin-left: 1%;
    margin-top: 10px;
    width: 99%;
}

#disclaimer {
    margin-left: 1%;
    margin-right: 1%;
    margin-top: auto;
    font-style: italic;
    width: 99%;
}

#errata {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: auto;
    font-size: 14px;
    width: 60%;
}

#header_sponsor {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    float: right;
    width: 16%;
    background-color: #FFFFFF;
}

#header_sponsor img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#whatsnewlinks {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}

#whatsnewlinks a img {
    vertical-align: bottom;
}

#whatsnewlinks a {
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}

#subheader {
    color: #4c4b4b;
    margin-top: 20px;
}

#subheader_left {
    float: left;
    width: 112px;
    padding: 5px;
}

#subheader_right {
    padding: 5px;
}

#papertitle {
    font-size: 36px;
    max-width: 750px;
    word-wrap: break-word;
    white-space: normal;
}

#authors {
    max-width: 750px;
    word-wrap: break-word;
    white-space: normal;
}

#abstract {
    max-width: 750px;
    word-wrap: break-word;
    white-space: normal;
    text-align: justify;
    text-justify: inter-word;
}

#extra {
    padding: 20px;
}

#content {
    margin-top: 10px;
    text-align: left;
    padding: 20px;
    color: #000;
    clear: both;
    bottom: 0px;
}

#content h3, h2 {
    color: #7395c5;
}

#header_left img, #header_right img {
    max-width: 99%;
    height: auto;
}

.item_left {
    max-width: 420px;
    float: left;
    display: block;
    clear: left;
    margin: 0px 10px 10px;
    padding: 0px 10px 10px;
    background-color: #fff;
}

.item_right {
    float: left;
    margin: 0px 10px 10px 50px;
    padding: 0px 10px 10px;
    background-color: #fff;
    vertical-align: middle;
    height: 400px;
    overflow: hidden;
}

.home #content {
    margin-top: 0px;
    padding-top: 0px;
}

.home {
    min-width: 900px;
}

.home a {
    color: #365eb6;
    text-decoration: none;
}

.home a:visited {
    color: #365eb6;
    text-decoration: none;
}

a {
    color: #7395c5;
}

a:visited {
    color: #7395c5;
}

.ptitle a {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.tile {
    padding: 10px;
}

.social_bar {
    clear: both;
    float: left;
    margin-bottom: 20px;
}

.social_bar_template {
    display: none;
}

#twitterbutton, #likebutton, #stumblebutton, #sharebutton, #linkedinshare, #tipthis, #flattr, #stumblebutton {
    float: left;
    display: block;
    margin-right: 10px;
}

#twitterbutton {
    max-width: 80px;
}

#likebutton {
    max-width: 70px;
}

#likebutton {
    margin-top: 0px;
}

#sharebutton {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 5px;
}

#linkedinshare {
    margin-left: 10px;
    margin-top: 1px;
}

#tipthis {
    margin-left: 20px;
    margin-top: 0px;
}

#flattr {
    margin-left: 20px;
    margin-top: 0px;
}

.link2 {
    text-decoration: none;
    display: inline;
    margin-right: 5px;
}

.fakelink {
    text-decoration: none;
    cursor: pointer;
}

.errata {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: auto;
    display: none;
    font-size: 14px;
    width: 60%;
}

.bibref {
    margin-top: 10px;
    margin-left: 10px;
    display: none;
    font-size: 14px;
    font-family: monospace;
}

.pre-white-space {
    white-space: pre;
}

.authsearch {
    display: inline;
}

.redpoint {
    display: inline-block;
    height: 6px;
    width: 6px;
    border-radius: 6px;
    color: #FA5858;
    background: red;
    position: relative;
    top: -8px;
    right: 1px;
}

/* Tooltip container */
.icon-tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.icon-tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    font-size: 14px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -100px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.icon-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.icon-tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
