.edit-mc-title {
  text-decoration: none;
  color: inherit;
  cursor:pointer;
}

.mc-project-delete {
  vertical-align: middle;
  padding-left: 4px;
}

.mc-project-delete:hover {
  color: red;
}

.col-mc-actions {
  white-space: nowrap;
}

a.mc-actions.button {
  margin-right: 3px;
}

a.mc-actions.button.mc-last {
  margin-right: 0;
}

.sharing-type {
  float: right;
  display: block;
  margin-bottom: 5px;
  width: 220px;
}

.sharing-type select {
  border: 1px solid rgba(61,66,70,.85);
}

.additional-cart-lines {
  display: block;
}

.woocommerce td.product-name .edit-project {
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 80%;
}

.mc-project-date {
  display: block;
}

.edit-mc-title {
  font-weight: bold;
}

.mc-options td.label {
  padding-right: 1em;
  font-weight: 700;
}

.mc-options th, .mc-options td {
  border: 0;
}

.woocommerce-orders-table__header-preview {
  width: 35%;
}

.mc-options select {
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-right: 1em;
  width: 100%;
  height: auto;
}

.mc-options td {
  padding: 0;
  display: block;
  width: 100%;
}

/* The Modal (background) */
.mc-modal {
  display: block;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.mc-modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 50%; /* Could be more or less, depending on screen size */
}

.mc-modal-content p.mc-warning {
  display: inline-block;
  font-weight: bold;
  margin-left: 20px;
}

.mc-modal-content .dashicons-info-outline::before {
  color: #ff5d00;
  font-size: 29px;
}

/* The Close Button */
.mc-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.mc-close:hover,
.mc-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}