.box-style{
    border: 2px solid #737577;
    height: 150px;
}

.pict-style{
    max-height: 80px;
}

table thead {
  background: #7895a4;
}

#demo2 th{
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}

td, th {
    border: 1px solid #dddddd;
    padding: 8px;
}

@media screen and (max-width: 1200px) {
  .txt-small-screen {
    font-size: 3vw;
  }
}