* {
  margin: 0;
  padding: 0;
  list-style: none;
}

html,
body {
  font-family: Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}

#smb-page {
  max-width: 960px;
  padding: 50px 0;
  margin: 0 auto;
}

header{
  text-align: center;
  margin-bottom: 25px;
}

section{
  max-width: 600px;
  margin: 0 auto;
}

.smb-video-height {
  height: 360px;
}

.smb-content{
  font-size: 17px;
  line-height: 1.6;
}

h1 {
  color: #1f2021;
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: center;
}
h2{
  text-align: center;
  margin-top: 80px;
  font-weight:400;
}
img{
  max-width: 180px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.smb-table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: 1px solid #cbcbcb;
}

.smb-table caption {
  color: #000;
  font: italic 85%/1 arial, sans-serif;
  padding: 1em 0;
  text-align: center;
}

.smb-table td,
.smb-table th {
  border-left: 1px solid #cbcbcb;
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  padding: .5em 1em;
}

.smb-table th:nth-of-type(1) {
  width: 36%;
}

.smb-table thead {
  color: #000;
  text-align: left;
  vertical-align: bottom;
  border-bottom: 1px solid #cbcbcb;
}

.smb-table td {
  background-color: transparent;
}

.smb-table-border td {
  border-bottom: 1px solid #cbcbcb;
}

.smb-table-border tbody>tr:last-child>td {
  border-bottom-width: 0;
}
.smb-description-title {
  display: block;
  width: 100%;
  border: 1px solid #000;
}
.smb-small {
  margin: 20px auto;
  border-width: 3px 0 0;
  width: 50px;
  clear: both;
  border-top: solid #1f2021;
  box-sizing: border-box;
}

@media (max-width:768px){
  #smb-page{
    padding: 50px 15px;
    box-sizing: border-box;
  }

  header{
    margin-bottom: 20px;
    text-align: center;
  }

  .smb-video-height{
    height: 100%;
  }
}