body {
  margin: 0px;
  overflow: hidden;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: -0.4px;
  font-size: 1.1rem; }

.list2 {
  border: 1px solid DarkGray;
  list-style-type: none;
  margin: 0px;
  background-color: #FFF;
  text-align: left;
  font-size: small;
  vertical-align: middle;
  color: black;
  max-height: 123px;
  overflow-y: scroll; }

.license--search {
  margin: 0 -15px -15px -15px;
  padding: 15px;
  background-color: #394965;
  color: #F5EFED;
  width: 100%;
  /*
    background: url("/_images/bg/license-bg.png");
    background-size: 100% auto;
    background-position: center center;
    */ }

.license--search input {
  border-radius: 5px;
  padding: 3px;
  border: 2px solid #617073;
  width: calc(100% - 210px);
  margin: 0px 15px 0px 25px;
  height: 35px;
  font-size: 1.6vw;
  font-weight: 700; }
  @media (max-width: 550px) {
    .license--search input {
      width: 85%;
      font-size: 2.3vw; } }

.license--heading {
  width: 100%;
  font-weight: 700;
  padding: 3px;
  font-size: 1.25rem; }

.license--sbtn {
  text-align: center;
  padding: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  display: inline-block; }
  @media (max-width: 550px) {
    .license--sbtn {
      padding-left: 27px; } }

.license--sbtn .btn-info {
  background-color: #7A93AC;
  width: 120px;
  margin: auto;
  border: 3px solid #99adc0;
  height: 40px;
  letter-spacing: -0.5px;
  font-size: 0.8rem;
  font-weight: 900; }

.license--sbtn .btn-info:hover {
  background-color: #5d7a96;
  box-shadow: 0px 0px 8px #777;
  cursor: pointer; }
