html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

table.TableForInput td, table.TableForInput th, table.TableForOutput td, table.TableForOutput th {
    text-align: center;
    font-size:90%;
    line-height: 100%;
        
}


table td.comment, .comment {
    font-size: small;
    font-style: italic;
    text-align: left;
    line-height: 100%;
}

/*Блок Данных*/
div.InputDataBlock {
    margin-bottom: 1em;
    border-radius: 1em;
    padding-left: 0.5em;
    padding-bottom: 0.5em
}

/*Контрольная точка*/
@media (min-width: 1600px) {
    .container{
        max-width:1520px;
    }
}

.text {
    text-indent:1.2rem;
    padding: 0px;
    margin: 0px;
}
.textcomment{
    font-style: italic;
}
.highlightIBL {
    font-style: italic;
    font-weight: bold;
    text-decoration: underline;
}
.highlightIB {
    font-style: italic;
    font-weight: bold;
}
.highlightBL {
    font-weight: bold;
    text-decoration: underline;
}
.textB {
    text-indent: 1.2rem;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
}


h1, h2, h3, h4 {
    text-align:center;
}
h6{
    margin-top: 0.8rem;
    margin-bottom: 0;
}
figcaption{
    font-style:italic;
    font-size:85%;
}

figure {
    text-align:center;
}

ul{
    list-style-type:none;
}



/*Картинки*/
.picture img{
    width:100%;
}



