<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Override Existing Classes */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 64px;
  padding-bottom: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 12px;
}

.navbar {
    min-height: 50px;
}

.navbar-inverse {
    background-color: #eeeeee;
}

.navbar-inverse .navbar-nav &gt; li &gt; a {
    color: #2196f3;
}

.navbar-brand {
	padding: 10px 15px;
	height: 50px;
}

.navbar-nav &gt; li &gt; a {
	padding-top: 13.5px;
	padding-bottom: 13.5px;
}

.navbar-nav &gt; li &gt; button {
	margin: 7px 0px;
}

.table{
    margin-bottom: 20px;
}

.table &gt; thead &gt; tr &gt; th,
.table &gt; tbody &gt; tr &gt; td {
    /* padding: 8px; */
    line-height: 1.2;
}

footer {
	text-align: center;
}

footer img{
	margin: 0px 25px;
}

.jumbotron{
	background-color: rgba(255,255,255,0.6);
	padding-bottom: 8px;
	margin-bottom: 20px;
}

.jumbotron p{
    color: #333333;
    font-size: 18px;
    /* text-shadow: 2px 2px 1px #fff; */
    /* text-shadow: 2px 2px 1px #999999; */
}

.jumbotron h1{
    font-size: 42px;
}

h3{
    font-size: 24px;
}

h5{
    font-size: 18px;
}

/* New Classes */
.jumbotron-background{
	background-image: url('../images/picture.png');
	background-size: cover;
}

.table-font-lg{
    font-size: 16px;
}

.number{
    font-size: 16px;
    font-weight: normal;
}

.title{
    margin-top: 5px;
}

.presenter{
    margin-top: 11.5px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.2;
}

.grade{
    font-size: 12px;
}

.affiliation{
    line-height: 1.2;
    margin-bottom: 5px;
}

.domain{
    margin-bottom: 60px;
}

.label-font-lg{
    font-size: 100%;
    font-weight: normal;
}

.presenter-pic{
    max-height: 105px;
}

.links-font{
    font-size: 18px;
}

/* ID */
#top {
    margin-top:-50px;
    padding-top:50px;
}

#program {
    margin-top:-50px;
    padding-top:50px;
}

#posters {
    margin-top:-50px;
    padding-top:50px;
}

#layout {
    margin-top:-50px;
    padding-top:50px;
}

#links {
    margin-top:-50px;
    padding-top:50px;
}
</pre></body></html>