.ctv-header {
  background-color: #f5f5f5;
  padding:10px;
  cursor:pointer;
  font-weight: bold;
  .theme-dark &  {
    background: #434343;
  }
  &:hover {
            background-color: #e6eaf7;
            .theme-dark & {
                background: DimGray;
            }
  }
}
.ctv-content {
  padding:10px !important;
  padding:5px;
  border:1px solid #eee;
  .theme-dark &  {
    border: 1px solid #434343;
  }
}