html{
    padding-bottom: 0px;
    max-width: 100%;
    overflow-x: hidden;
    }

body{
    padding-top:60px;
    overflow-x: hidden;
    max-width: 100%;
    min-width: 100%;
    display: flex;
    background: #FFFFFF;
    }

#container{
    width:100%;   
}

.h1,.h2,.h3 { text-align:center;}

.bomNavy {
  background-color: #003c71;
  padding-bottom: 20px;
}

.coldWhite{
    color: #f9f9fa;
}

table .w-col-title{
    width:160px;
}

table .w-col-name{
    width:180px;
}

.schedule{
    font-size:1.1rem !important;
}
.s-session{
    padding:0 !important;
    padding-left: 8px !important;
    min-width:200px !important;
    text-align:left !important;
    font-size:1.4rem !important;
    color: white !important;
}
.s-break{
    padding:0 !important;
    min-width:200px !important;
    text-align:center !important;
}
.s-time{
    padding:0 !important;
    padding-left: 4px !important;
    min-width:78px !important;
    vertical-align: top !important;
}
.s-name{
    padding:0 !important;
    min-width:110px !important;
    vertical-align: top !important;
}
.s-title{
    padding:0 !important;
    padding-left:4px !important;
    min-width:200px !important;
    vertical-align: top !important;
}
.sk-time{
    padding:0 !important;
    padding-left: 4px !important;
    min-width:78px !important;
    vertical-align: top !important;
    font-weight: bold !important;
}
.sk-name{
    padding:0 !important;
    min-width:110px !important;
    vertical-align: top !important;
    font-weight: bold !important;
}
.sk-title{
    padding:0 !important;
    padding-left:4px !important;
    min-width:200px !important;
    vertical-align: top !important;
    font-weight: bold !important;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.pcenter{
    text-align: center;
}

p.affiliation {
    font-size: 12px;
}

.s-day{
    vertical-align:bottom !important;
    padding-bottom:0 !important;
}

h3.test{
    margin-bottom:0 !important;
}
