.maincard {
      /* previously added styles */
      border-radius: 7px;
      box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
      margin-bottom: 16px;
    }
    
.card-row {
      display: flex;
      justify-content: space-between;
    }
    
.card-header{
      height:44px;
}    
    
a {
    color: #444;
    text-decoration: none !important;
}    

.color-text{
    color:#fcae06;
}

.input-text-size{
    font-size:1.2em;
}

.background-color{
    background: #fcae06;
}

.fancybox-content{width:760px !important;height:520px !important;}

th, td {
  padding: 7px;
  border-bottom: 1px solid #ddd;
  border-right: 2px solid #fff;
  background-color: #f3f7f5;
}

table {
  border-spacing: 6px;
}

.card_style{
    border-radius: 10px;
    border-color:rgba(0,0,0,.03);
    background-color:#fbf7ef;
}

td.hide {
    border: none;
    background-color:#fbf7ef;
    padding: 1px;
}

@media (min-width: 768px) {
    .container {
        max-width: 768px !important;
        width: 768px !important;
    }
}