.mosh-licenses-wrapper {
  margin-top: 25px;
}

.mosh-licenses-wrapper h3 {
  font-size: 18px;
  font-weight: bold;
}

table.mosh-licenses-table {
  width:100%;
  border-spacing: 0;
}

table.mosh-licenses-table th {
  background-color: #dedede;
  border-top:1px solid #CCC !important;
  border-bottom:1px solid #CCC !important;
}

table.mosh-licenses-table th:first-child {
  border-left:1px solid #CCC !important;
}

table.mosh-licenses-table th:last-child {
  border-right:1px solid #CCC !important;
}

tr.mosh-license-row td {
  padding: 5px 10px !important;
  border-bottom:1px solid #CCC !important;
}

tr.mosh-license-row:last-child td {
  border-bottom:1px solid #CCC !important;
}

tr.mosh-license-row td:first-child {
  border-left:1px solid #CCC !important;
}

tr.mosh-license-row td:last-child {
  border-right:1px solid #CCC !important;
}

table.mosh-licenses-table,
table.mosh-licenses-table tr,
table.mosh-licenses-table td {
  background:none;
  border:none;
  text-align: center;
}

/* Hide the loading gif */
.mosh-actions-cell img {
  display: none;
}
.mosh-actions-cell .button {
  display: inline-block;
}

.mosh-flag {
  display: inline-block;
  padding: 3px 6px;
  color: #fff;
  background-color: #FF0000;
  border-radius: 3px;
  margin-right: 10px;
}

/*
.mosh-license-cell {
  overflow: scroll;
}
*/

