* {
  font-family: sans-serif; /* Change your font family */
}

.content-table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  min-width: 400px;
  overflow: hidden;
  /*width:750px;sdfsdf*/
}

.content-table thead tr {
  background-color: #ffffff;
  color: #ffffff;
  text-align: left;
  font-weight: bold;
}

.content-table th,
.content-table td {
  padding: 12px 15px;
  border:none !important;
}

.content-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.content-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.content-table tbody tr:last-of-type {
  border-bottom: 2px solid #009879;
}

.content-table tbody tr.first-row {
  background-color: #3399994F;
}

.content-table tbody tr.second-row {
  background-color: #ffffff;
}

.bg-none{
  background-color:#FFFFFF;
  color: #000000;
}

.button-col{
  text-decoration: none;
  background: #FF6600 !important;
}

.button-col a{
  text-decoration: none;
  color: #FFFFFF;
  font-weight:600;
}

.table{
  border-spacing: 4px 0px;
  border-collapse: separate;
}

.thead-title-col th:nth-child(2),th:nth-child(3){
  border:none;
  text-align: center;
  height: 100px;
  border-radius: 25px 25px 0 0;
  background-color: #009879;
  width: 135px;
}

.table tbody tr td:nth-child(2), td:nth-child(3) {
	text-align: center;
}

.po-icon-enable i{
    color: #399999;
    font-size: 20px;
}

.po-icon-enable span{
    color: #f66666;
}

.po-icon-disable i{
    color: #b1b1b1;
    font-size: 20px;
}