.container {
    max-width: 1400px;
}
table.patch-table-spl tr td code iframe {
  width: 100%;
}
table.patch-table td a {
  word-break: break-all;
}
.patch-table-top div:last-child {
  text-align: right;
}
.dropdown-bg {
  display: inline-block;
  font-size: 13px;
  text-align: left;
  padding: 0 !important;
  cursor: pointer;
  border: 1px solid #e7e7e7;
  font-family: open sans;
  border-radius: 0;
  margin-left: 14px;
  width: auto !important;
}
.dropdown-modules {
  background-image: url(https://www.manageengine.com/network-configuration-manager/images/drop.png) !important;
  background-repeat: no-repeat;
  background-position: right 10px center;
  -webkit-appearance: none;
  border: none;
  padding: 10px;
  padding: 9px 30px 11px 20px;
  font-size: 12px;
  text-align: left;
  cursor: pointer;
  font-family: open sans;
  border-radius: 0;
  width: 100%;
  -moz-appearance: none;
  background-color: white;
}
.patch-table-top {
  display: flex;
  width: auto;
  float: right;
  margin-bottom: 20px;
}
.patch-table-top div:last-child {
  text-align: right;
}
.patch-table-top div {
  width: 50%;
  padding: 15px 0;
  align-self: center;
}

table.patch-table {
  width: 100%;
  border-collapse: separate;
}
table.patch-table tr th {
  padding: 10px 15px;
  background-color: #eee;
  text-align: left;
  font-weight: bold;
}
.script-desc {
  width: 45%;
}
table.patch-table td {
  border: 1px solid #eee;
  padding: 10px 15px;
}
table td {
  border: 1px solid #e5e5e5;
  font-size: 14px;
  padding: 0.6em;
  text-align: left;
  vertical-align: top;
  word-wrap: break-word;
}
nav ul.productmenu {
  margin-right: 2px;
  margin-bottom: 5px;
}
.nav {
  margin: 12px 0 0;
  padding: 0;
  font-size: 14px;
  text-align: right;
  display: block;
  line-height: 24px;
}
