html { box-sizing: border-box; } 

*, *:before, *:after { box-sizing: inherit; }


body {
    font: 100%/1.5 Arial, sans-serif;
    background-color: #fff;
    margin: 0;
    padding: 1em;
    max-width: 800px;
    width: 100%;
    margin: 5px auto;
}

#head {
    height: 150px;
}

img {
    border: 0px;
    margin: 0 auto;
    display: block;
}

h1, h2 {
    text-align: center;
    margin: 0px 0px 0px 0;
    padding: 0px;
}

h1 {
    font-size: 1.3em;
}

h2 {
    font-size: 1.5em;
    color: #1c2b9b;
    line-height: 1.1em;
}

em {
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 600;
    color: red;
}

#com1, #com4 {
    max-width: 728px;
    height: 90px;
    margin: 0px auto;
    clear: both;
}

#content {
    background-color: #fff;
    float: left;
    margin: 5px 10px;
    padding: 5px 10px;
    text-align: justify;
    border-left: 1px solid #1c2b9b;
    clear: left;
}

#content h2 {
    text-align: left;
    font-size: 1.3em;
    color: #000;
    text-decoration: underline;
    margin: 15px 0 0 0;
    padding: 0 0 0 20px;
    background: white url(../favicon.png) center left no-repeat; 
    font-weight: 100;
}

#com2 {
    height: 20px;
    margin: 0px auto;
}

#head img {
    margin: 55px 0px 0px 20px;
}

#com3, #com5 {
    width: 120px;
    max-height: 500px;
    float: right;
    margin: 5px 5px;
    padding: 5px;
}

#com1 {
    background-color: #fff;
}

#com2 {
    background-color: #fff;
}

#com3 {
    background: #fff  bottom;
}

#com4 {
    background-color: white;
    clear: both;
}

#com5 {
    background-color: white;
}

.small {
    font-size: .8em;
    text-align: center;
    color: #aaa;
}

#footer {
    clear: left;
}

pre{
    font-size: .8rem;
}

.kp {
    display: table-cell;
    color: white;
    height: 20px;
    font-size: 1.3em;
    font-weight: 600;
    margin-top: 0px;
    background-color: #fff;
    text-decoration: underline;
    z-index: 10;
}

ol{
  margin-top: 0;
  padding-left: 1.1em;
  
}

/*dt {
    display: inline-block;
    color: #000;
    height: 16px;
    font-size: 1.1em;
    font-weight: bold;
    background-color: #fff;
    z-index: 11;
    text-decoration:underline;
    width:15%;
}

dd{     display: inline-block;
        font-size: 1.0em;
        font-style: normal;
        width: 75%;
        vertical-align: top;
        overflow: hidden;

}

dd:after {
    content: '\A';
    float:left;
    clear:left;
}
*/

dl {
  display: grid;
  grid-template-columns: max-content auto;
}

dd {
  font-weight: bold;
  word-break: break-word;
}

.info  {
    max-width: 600px;
    margin: 2px 10px;
}

.info #ip img{
    display: inline-block;
    vertical-align: top;
}
