body {
  padding: 5px 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875em;
  scrollbar-width: thin; 
  background-color: white;
}

img {
  width: 100%;
}

table{border-spacing:0px; border-collapse:collapse separate; table-layout:fixed;}

.rub1 {
  font-weight: 700;
  /*font-size: 14px;*/
  font-size: 1.2em;
  line-height: 1.42857143;
}

.rub2 {
  font-weight: bold;
  padding-top: 1em;
  padding-bottom: 0.2em;
}

.rub3 {
  padding-top: 0em;
  margin-top: 1em;
  padding-bottom: 0em;
  border-top: 1px solid darkslategrey;
  color: darkslategrey;
}

.lineH{
  line-height: 1.42857143;
}

.pad1{
  padding-top: 1em;
}

.pad2{
  padding-top: 0.7em;
}

.margin1{
  margin-bottom: 1em;
}

.center{
  text-align: center;
}

.left{
  text-align: left;
}

.right{
  text-align: right;
  padding-right: 0.4em;
}

.nowrapHidden{
  white-space: nowrap;
  overflow: hidden;
}

.wrapper {
  margin-right: auto;
  margin-left:  auto;
  max-width: 960px;
  scrollbar-width: thin; 
  background-color: white;
}

.rappData{
  display: inline-table;
  margin: 1.5em 1.5em 1em 0;
  max-width: 14em;
}
.rappFooter{
  margin-top: 2em;
  font-size: 80%;
}
.rotate.ico {
    transform: rotate(90deg);
}
/*-----------------------------------------------------------------------------*/
/* Smal skroll */
/*-----------------------------------------------------------------------------*/
  
::-webkit-scrollbar {
  width: 6px;  /* for vertical scrollbars */
  height: 6px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.4);
}
/*-----------------------------------------------------------------------------*/
