body, html{
margin: 0 !important;
background-color: #f5f5f5;
font-family: "Open Sans";
}

h1{
font-size: 32px;
}

.board-container-big{
width: 100%;
background-color: #f5f5f5;
margin: 50px 0;
}

.board-container-small{
width: 1200px;
max-width: calc(100% - 100px);
box-shadow: 0 0 4px 1px #999;
padding: 50px;
box-sizing: border-box;
background-color: #fff;
margin: auto;
border-radius: 14px !important;
}

.board-container-small section{
margin-bottom: 16px;
}

.board-www{
font-size: 20px;
list-style-type: none;
}

.board-www li{
line-height: 44px;
}

.board-info{
list-style-type: none;
}

.board-info ul{
text-align: center;
}

.board-info li{
display: inline-block;
border: 1px solid #bbb;
padding: 10px 16px;
margin-right: 20px;
margin-bottom: 10px;
border-radius: 30px;
}

.board-info li:not(:last-of-type){
margin-bottom: 20px;
}

.board-info span{
font-weight: 400;
}

.board-info li:not(span){
background-color: #f9f9f9 !important;
}
ol li, span{
line-height: 34px;
}

.time, .adjourn{
padding: 10px;
font-weight: 600;
text-align: center;
/*border: 1px solid #ddd;*/
/*background-color: #f7f7f7;*/
border-radius: 3px;
margin: 18px auto 14px;
background-color: #5f6f8a;
border: 1px solid #0F1726;
color: #fff;
font-size: 22px;
line-height: 34px;
}

.adjourn{
width: 200px;
max-width: 100%;
}

.board-go-back{
margin: -50px 0 10px -50px;
width: calc(100% + 100px);
padding: 10px 0 10px 0;
border-bottom: 1px solid #eee;
display: block;
color: #555;
transition: 300ms;
border-top-right-radius: 14px;
border-top-left-radius: 14px;
}

.board-go-back:hover{
box-shadow: 0 0 3px 0 #999;
background-color: #f7f7f7;
}

.board-number li, .board-info *, span, .board-go-back, .ending, section{
font-size: 17px;
line-height: 34px;
}

.switch{
display: inline-block;
background-color: #b2d3c2;
box-shadow: 0 0 4px 0px #569675;
border: 1px solid #92c0a8;
padding: 8px 12px;
color: #333;
transition: 300ms;
border-radius: 2px;
text-decoration: none;
}

.switch:hover{
background-color: #92c0a8;
box-shadow: 0 0 4px 0px #43765c;
}

.pdf-popup{
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.5);
z-index: 9999;
}
.pdf-popup-content{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: white;
padding: 20px;
width: 444px;
max-width: 100%;
}
.pdf-popup-close{
position: absolute;
right: 10px;
top: 10px;
cursor: pointer;
font-size: 20px;
color: #666;
padding: 0 6px;
border: 1px solid rgba(0, 0, 0, .3);
}
.pdf-popup-close:hover{
background-color: rgba(0, 0, 0, .05);
border: 1px solid rgba(0, 0, 0, .5);
}
.pdf-popup-title{
font-size: 18px;
font-weight: bold;
padding: 8px 20px 8px 8px;
}
.pdf-file-link{
display: block;
padding: 8px;
margin: 4px 0;
color: blue;
text-decoration: none;
}
.pdf-file-link:hover{
background: #f0f0f0;
}

/*
############################################################

mobile // 800 horizontal pixels or less

############################################################
*/

@media screen and (max-width: 800px){

h1{
font-size: 20px;
line-height: 32px;
}

span, p, a, li, section *, p, b{
font-size: 15px !important;
}

.board-www{
/*margin: 0;*/
padding: 0;
}

.board-info li, .board-info ul, .board-info span{
width: 100%;
margin: 0;
padding: 0;
font-size: 14px;
}

.board-container-small li, .board-container-small p, section strong{
line-height: 28px !important;
}

.board-container-big{
margin: 20px 0;
}

.board-container-big img{
max-width: 100%;
}

.board-container-small{
width: 100%;
max-width: calc(100% - 40px);
padding: 20px;
/*border-radius: 0 !important;*/
}

.board-go-back{
margin: 0 !important;
padding: 8px 0 12px 0 !important;
width: 100%;
background-color: #eee;
border: 1px solid #ddd;
display: inline-block;
color: #555;
transition: 0;
border-radius: 8px;
line-height: 28px;
}

.board-go-back:hover{
box-shadow: none;
background-color: #eee;
}

.time, .adjourn{
padding: 8px;
font-weight: 600;
text-align: center;
border-radius: 3px;
margin: 14px auto 8px;
background-color: #5f6f8a;
border: 1px solid #0F1726;
color: #fff;
font-size: 18px !important;
line-height: 30px;
}

.adjourn{
width: 100%;
box-sizing: border-box;
margin-bottom: 16px;
}

*{
overflow-wrap: break-word;
max-width: 100%;
}

ul, li{
padding: 0;
}

br:last-of-type{
display: none;
}

}
