html,
body {
  width: 100%;
  overflow-x: hidden;
}
table.verb3-verb2 thead tr {
  font-weight: 700;
  color: white;
}
table.verb3-verb2 thead tr td {
  background: #1a584f !important;
}
table.verb3-verb2.emp-verb2 tr td:nth-child(2) {
  background: #e0df4f;
}
table.verb3-verb2.emp-verb3 tr td td:nth-child(3) {
  background: #e0df4f;
}
.action {
  text-align: center;
}
.action .practise-subject {
  display: block;
  height: 50px;
  margin-top: 15px;
}
.action .practise-subject a {
  background: #56afc2;
  display: inline-block;
  padding: 10px 17px;
  margin: 0 20px;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}
.action .practise-subject a:hover {
  background: #56bfc2;
}
.inner-page-wrapper {
  box-sizing: border-box;
  padding: 10px 20px 20px 20px;
  font-family: Arial;
  width: 98%;
  margin: 10px auto;
  background: white;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) {
  .inner-page-wrapper {
    margin: 96px auto;
    width: 90%;
  }
}
@media only screen and (max-width: 992px) {
  .inner-page-wrapper {
    padding-top: 50px;
  }
  .inner-page-wrapper .practiseWebsite {
    margin-bottom: 15px;
  }
}
.inner-page-wrapper .action {
  margin: 20px auto;
}
.inner-page-wrapper img {
  max-width: 100%;
}
.inner-page-wrapper .questionWords {
  text-align: right;
  direction: rtl;
  border-bottom: 1px solid green;
  padding-bottom: 10px;
}
.inner-page-wrapper tr,
.inner-page-wrapper td {
  border: 1px solid #5fc0b1;
}
.inner-page-wrapper h1.title {
  background: #22515f;
  padding: 4px 20px;
  text-align: center;
  color: white;
  font-weight: 300;
}
.inner-page-wrapper h2 {
  background: #c0aaaa;
  text-align: center;
  padding: 16px;
  box-shadow: 0 8px 13px -6px #000;
  margin: 18px 0;
  color: #fff;
  font-size: 20px;
}
.inner-page-wrapper h3 {
  background: #f2eeee;
  text-align: center;
  padding: 5px;
  box-shadow: 0 8px 6px -6px #000;
  margin: 25px 10px;
}
.inner-page-wrapper .h4 {
  padding: 1px 3px;
  font-size: 15px;
  background: #e2efee;
}
