.infoColumn .textBox p.desc {
    text-indent: inherit;
    margin-bottom: 1em;
}
.infoColumn .textBox ul {
    width: 285px;
    margin: 1.4em auto;
    border: 1px solid #ccc;
    padding: 1em .8em;
}
.infoColumn .textBox ul li{
    background: none;
    padding-left: 0;
}

.infoColumn .textBox ul li:first-child{
    font-weight: bold;
    margin-top: 0;
}
p.vol21_table {
    margin-top: 2rem;
}
p.vol21_table img {
    width: 100%;
    max-width: 750px;
    display: block;
    margin: 1rem 0 0;
}

@media (min-width:751px){
p.vol21_table a{
pointer-events: none;
}
p.vol21_table a:hover{
    opacity: inherit;
    cursor: default;
}

}