.ct-blue {
    stroke: #7A9E9F !important;
  }
  
  .ct-azure {
    stroke: #68B3C8 !important;
  }
  
  .ct-green {
    stroke: #7AC29A !important;
  }
  
  .ct-orange {
    stroke: #F3BB45 !important;
  }
  
  .ct-red {
    stroke: #DD0330 !important;
  }
  
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, a, .td-name, td {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'Muli', "Helvetica", Arial, sans-serif;
  }
  
  h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    font-weight: 400;
    margin: 30px 0 15px;
  }
  
  h1, .h1 {
    font-size: 3.2em;
  }
  
  h2, .h2 {
    font-size: 2.6em;
  }
  
  h3, .h3 {
    font-size: 1.825em;
    line-height: 1.4;
    margin: 20px 0 10px;
  }
  
  h4, .h4 {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.2em;
  }
  
  h5, .h5 {
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 15px;
  }
  
  h6, .h6 {
    font-size: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
  }
  
  p {
    font-size: 16px;
    line-height: 1.4em;
  }
  
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    color: #9A9A9A;
    font-weight: 300;
    line-height: 1.4em;
  }
  
  h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
    font-size: 60%;
  }
  
  .title-uppercase {
    text-transform: uppercase;
  }
  
  blockquote {
    font-style: italic;
  }
  
  blockquote small {
    font-style: normal;
  }
  
  .text-muted {
    color: #DDDDDD;
  }
  
  .text-primary, .text-primary:hover {
    color: #427C89;
  }
  
  .text-info, .text-info:hover {
    color: #3091B2;
  }
  
  .text-success, .text-success:hover {
    color: #42A084;
  }
  
  .text-warning, .text-warning:hover {
    color: #BB992F;
  }
  
  .text-danger, .text-danger:hover {
    color: #bf032a;
  }
  
  .glyphicon {
    line-height: 1;
  }
  
  strong {
    color: #403D39;
  }
  
  .icon-primary {
    color: #7A9E9F;
  }
  
  .icon-info {
    color: #68B3C8;
  }
  
  .icon-success {
    color: #7AC29A;
  }
  
  .icon-warning {
    color: #F3BB45;
  }
  
  .icon-danger {
    color: #DD0330;
  }
  
  .chart-legend .text-primary, .chart-legend .text-primary:hover {
    color: #7A9E9F;
  }
  .chart-legend .text-info, .chart-legend .text-info:hover {
    color: #68B3C8;
  }
  .chart-legend .text-success, .chart-legend .text-success:hover {
    color: #7AC29A;
  }
  .chart-legend .text-warning, .chart-legend .text-warning:hover {
    color: #F3BB45;
  }
  .chart-legend .text-danger, .chart-legend .text-danger:hover {
    color: #DD0330;
  }
  
      /* General overwrite    
  .loader-container {
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  
  .loader,
  .loader:before,
  .loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
  }
  
  .loader {
    color: #9A9A9A;
    top: calc(50% - 40px);
    left: calc(50% - 10px);
    position: relative;
    font-size: 10px;
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }
  
  .loader:before,
  .loader:after {
    content: '';
    position: absolute;
    top: 0;
  }
  
  .loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  
  .loader:after {
    left: 3.5em;
  } */
  
  @-webkit-keyframes load7 {
    0%,
    80%,
    100% {
      box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
      box-shadow: 0 2.5em 0 0;
    }
  }
  @keyframes load7 {
    0%,
    80%,
    100% {
      box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
      box-shadow: 0 2.5em 0 0;
    }
  }
  body {
    color: #66615b;
    font-size: 14px;
    font-family: 'Muli', Arial, sans-serif;
  }
  body .wrapper {
    min-height: 100vh;
    position: relative;
  }
  
  a {
    color: #68B3C8;
  }
  a:hover, a:focus {
    color: #3091B2;
    text-decoration: none;
  }
  
  a:focus, a:active,
  button::-moz-focus-inner,
  input::-moz-focus-inner,
  select::-moz-focus-inner,
  input[type="file"] > input[type="button"]::-moz-focus-inner {
    outline: 0 !important;
  }
  
  .ui-slider-handle:focus,
  .navbar-toggle,
  input:focus,
  button:focus {
    outline: 0 !important;
  }
  
  
  
  
  .card {
    border-radius: 6px;
    box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
    background-color: #FFFFFF;
    color: #252422;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    }
  .card .image {
    width: 100%;
    overflow: hidden;
    height: 260px;
    border-radius: 6px 6px 0 0;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .card .image img {
    width: 100%;
  }
  .card .content {
    padding: 15px 15px 10px 15px;
  }
  .card .header {
    padding: 20px 20px 0;
    }
  .card .description {
    font-size: 16px;
    color: #66615b;
  }
  .card h6 {
    font-size: 12px;
    margin: 0;
  }
  .card .category,
  .card label {
    font-size: 14px;
    font-weight: 400;
    color: #9A9A9A;
    margin-bottom: 0px;
  }
  .card .category i,
  .card label i {
    font-size: 16px;
  }
  .card label {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .card .title {
    margin: 0;
    color: #252422;
    font-weight: 300;
  }
  .card .avatar {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
  }
  .card .footer {
    padding: 0;
    line-height: 30px;
  }
  .card .footer .legend {
    padding: 5px 0;
  }
  .card .footer hr {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .card .stats {
    color: #a9a9a9;
    font-weight: 300;
  }
  .card .stats i {
    margin-right: 2px;
    min-width: 15px;
    display: inline-block;
  }
  .card .footer div {
    display: inline-block;
  }
  .card .author {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .card .author i {
    font-size: 14px;
  }
  .card.card-separator:after {
    height: 100%;
    right: -15px;
    top: 0;
    width: 1px;
    background-color: #DDDDDD;
    content: "";
    position: absolute;
  }
  .card .ct-chart {
    margin: 30px 0 30px;
    height: 245px;
  }
  .card .table tbody td:first-child,
  .card .table thead th:first-child {
    padding-left: 15px;
  }
  .card .table tbody td:last-child,
  .card .table thead th:last-child {
    padding-right: 15px;
  }
  .card .alert {
    border-radius: 4px;
    position: relative;
  }
  .card .icon-big {
    font-size: 3em;
    min-height: 64px;
  }
  .card .numbers {
    font-size: 2em;
    text-align: right;
  }
  .card .numbers p {
    margin: 0;
  }
  .card ul.team-members li {
    padding: 10px 0px;
  }
  .card ul.team-members li:not(:last-child) {
    border-bottom: 1px solid #F1EAE0;
  }
  
  .card-user .image {
    border-radius: 8px 8px 0 0;
    height: 150px;
    position: relative;
    overflow: hidden;
  }
  .card-user .image img {
    width: 100%;
  }
  .card-user .image-plain {
    height: 0;
    margin-top: 110px;
  }
  .card-user .author {
    text-align: center;
    text-transform: none;
    margin-top: -65px;
  }
  .card-user .author .title {
    color: #403D39;
  }
  .card-user .author .title small {
    color: #ccc5b9;
  }
  .card-user .avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    margin-bottom: 15px;
  }
  .card-user .avatar.border-white {
    border: 5px solid #FFFFFF;
  }
  .card-user .avatar.border-gray {
    border: 5px solid #ccc5b9;
  }
  .card-user .title {
    font-weight: 600;
    line-height: 24px;
  }
  .card-user .description {
    margin-top: 10px;
  }
  .card-user .content {
    min-height: 200px;
  }
  .card-user.card-plain .avatar {
    height: 190px;
    width: 190px;
  }
  
  .card-map .map {
    height: 500px;
    padding-top: 20px;
  }
  .card-map .map > div {
    height: 100%;
  }
  
  .card-user .footer,
  .card-price .footer {
    padding: 5px 15px 10px;
  }
  .card-user hr,
  .card-price hr {
    margin: 5px 15px;
  }
  
  .card-plain {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
  }
  .card-plain .image {
    border-radius: 4px;
  }
  
  .ct-label {
    fill: rgba(0, 0, 0, 0.4);
    color: rgba(0, 0, 0, 0.4);
    font-size: 0.9em;
    line-height: 1;
  }
  
  .ct-chart-line .ct-label,
  .ct-chart-bar .ct-label {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  
  .ct-label.ct-horizontal.ct-start {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start;
  }
  
  .ct-label.ct-horizontal.ct-end {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start;
  }
  
  .ct-label.ct-vertical.ct-start {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    text-align: right;
    text-anchor: end;
  }
  
  .ct-label.ct-vertical.ct-end {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start;
  }
  
  .ct-chart-bar .ct-label.ct-horizontal.ct-start {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-anchor: start;
  }
  
  .ct-chart-bar .ct-label.ct-horizontal.ct-end {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-anchor: start;
  }
  
  .ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start;
  }
  
  .ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start;
  }
  
  .ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    text-align: right;
    text-anchor: end;
  }
  
  .ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: end;
  }
  
  .ct-grid {
    stroke: rgba(0, 0, 0, 0.2);
    stroke-width: 1px;
    stroke-dasharray: 2px;
  }
  
  .ct-point {
    stroke-width: 10px;
    stroke-linecap: round;
  }
  
  .ct-line {
    fill: none;
    stroke-width: 4px;
  }
  
  .ct-area {
    stroke: none;
    fill-opacity: 0.7;
  }
  
  .ct-bar {
    fill: none;
    stroke-width: 10px;
  }
  
  .ct-slice-donut {
    fill: none;
    stroke-width: 60px;
  }
  
  .ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
    stroke: #68B3C8;
  }
  .ct-series-a .ct-slice-pie, .ct-series-a .ct-area {
    fill: #68B3C8;
  }
  
  .ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
    stroke: #F3BB45;
  }
  .ct-series-b .ct-slice-pie, .ct-series-b .ct-area {
    fill: #F3BB45;
  }
  
  .ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
    stroke: #DD0330;
  }
  .ct-series-c .ct-slice-pie, .ct-series-c .ct-area {
    fill: #DD0330;
  }
  
  .ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
    stroke: #7AC29A;
  }
  .ct-series-d .ct-slice-pie, .ct-series-d .ct-area {
    fill: #7AC29A;
  }
  
  .ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
    stroke: #7A9E9F;
  }
  .ct-series-e .ct-slice-pie, .ct-series-e .ct-area {
    fill: #7A9E9F;
  }
  
  .ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
    stroke: rgba(104, 179, 200, 0.8);
  }
  .ct-series-f .ct-slice-pie, .ct-series-f .ct-area {
    fill: rgba(104, 179, 200, 0.8);
  }
  
  .ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
    stroke: rgba(122, 194, 154, 0.8);
  }
  .ct-series-g .ct-slice-pie, .ct-series-g .ct-area {
    fill: rgba(122, 194, 154, 0.8);
  }
  
  .ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
    stroke: rgba(243, 187, 69, 0.8);
  }
  .ct-series-h .ct-slice-pie, .ct-series-h .ct-area {
    fill: rgba(243, 187, 69, 0.8);
  }
  
  .ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
    stroke: rgba(221, 3, 48, 0.8);
  }
  .ct-series-i .ct-slice-pie, .ct-series-i .ct-area {
    fill: rgba(221, 3, 48, 0.8);
  }
  
  .ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
    stroke: rgba(122, 158, 159, 0.8);
  }
  .ct-series-j .ct-slice-pie, .ct-series-j .ct-area {
    fill: rgba(122, 158, 159, 0.8);
  }
  
  .ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
    stroke: rgba(104, 179, 200, 0.6);
  }
  .ct-series-k .ct-slice-pie, .ct-series-k .ct-area {
    fill: rgba(104, 179, 200, 0.6);
  }
  
  .ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
    stroke: rgba(122, 194, 154, 0.6);
  }
  .ct-series-l .ct-slice-pie, .ct-series-l .ct-area {
    fill: rgba(122, 194, 154, 0.6);
  }
  
  .ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
    stroke: rgba(243, 187, 69, 0.6);
  }
  .ct-series-m .ct-slice-pie, .ct-series-m .ct-area {
    fill: rgba(243, 187, 69, 0.6);
  }
  
  .ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
    stroke: rgba(221, 3, 48, 0.6);
  }
  .ct-series-n .ct-slice-pie, .ct-series-n .ct-area {
    fill: rgba(221, 3, 48, 0.6);
  }
  
  .ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
    stroke: rgba(122, 158, 159, 0.6);
  }
  .ct-series-o .ct-slice-pie, .ct-series-o .ct-area {
    fill: rgba(122, 158, 159, 0.6);
  }
  
  .ct-square {
    display: block;
    position: relative;
    width: 100%;
  }
  .ct-square:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 100%;
  }
  .ct-square:after {
    content: "";
    display: table;
    clear: both;
  }
  .ct-square > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .ct-minor-second {
    display: block;
    position: relative;
    width: 100%;
  }
  .ct-minor-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 93.75%;
  }
  .ct-minor-second:after {
    content: "";
    display: table;
    clear: both;
  }
  .ct-minor-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .ct-major-second {
    display: block;
    position: relative;
    width: 100%;
  }
  .ct-major-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 88.88889%;
  }
  .ct-major-second:after {
    content: "";
    display: table;
    clear: both;
  }
  .ct-major-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .ct-minor-third {
    display: block;
    position: relative;
    width: 100%;
  }
  .ct-minor-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 83.33333%;
  }
  .ct-minor-third:after {
    content: "";
    display: table;
    clear: both;
  }
  .ct-minor-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .ct-major-third {
    display: block;
    position: relative;
    width: 100%;
  }
  .ct-major-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 80%;
  }
  .ct-major-third:after {
    content: "";
    display: table;
    clear: both;
  }
  .ct-major-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .ct-perfect-fourth {
    display: block;
    position: relative;
    width: 100%;
  }
  .ct-perfect-fourth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 75%;
  }
  .ct-perfect-fourth:after {
    content: "";
    display: table;
    clear: both;
  }
  .ct-perfect-fourth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .ct-perfect-fifth {
    display: block;
    position: relative;
    width: 100%;
  }
  .ct-perfect-fifth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 66.66667%;
  }
  .ct-perfect-fifth:after {
    content: "";
    display: table;
    clear: both;
  }
  .ct-perfect-fifth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .ct-minor-sixth {
    display: block;
    position: relative;
    width: 100%;
  }
  .ct-minor-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 62.5%;
  }
  .ct-minor-sixth:after {
    content: "";
    display: table;
    clear: both;
  }
  .ct-minor-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .ct-golden-section {
    display: block;
    position: relative;
    width: 100%;
  }
  .ct-golden-section:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 61.8047%;
  }
  .ct-golden-section:after {
    content: "";
    display: table;
    clear: both;
  }
  .ct-golden-section > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .ct-major-sixth {
    display: block;
    position: relative;
    width: 100%;
  }
  .ct-major-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 60%;
  }
  .ct-major-sixth:after {
    content: "";
    display: table;
    clear: both;
  }
  .ct-major-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .ct-minor-seventh {
    display: block;
    position: relative;
    width: 100%;
  }
  .ct-minor-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 56.25%;
  }
  .ct-minor-seventh:after {
    content: "";
    display: table;
    clear: both;
  }
  .ct-minor-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .ct-major-seventh {
    display: block;
    position: relative;
    width: 100%;
  }
  .ct-major-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 53.33333%;
  }
  .ct-major-seventh:after {
    content: "";
    display: table;
    clear: both;
  }
  .ct-major-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .ct-octave {
    display: block;
    position: relative;
    width: 100%;
  }
  .ct-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 50%;
  }
  .ct-octave:after {
    content: "";
    display: table;
    clear: both;
  }
  .ct-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .ct-major-tenth {
    display: block;
    position: relative;
    width: 100%;
  }
  .ct-major-tenth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 40%;
  }
  .ct-major-tenth:after {
    content: "";
    display: table;
    clear: both;
  }
  .ct-major-tenth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .ct-major-eleventh {
    display: block;
    position: relative;
    width: 100%;
  }
  .ct-major-eleventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 37.5%;
  }
  .ct-major-eleventh:after {
    content: "";
    display: table;
    clear: both;
  }
  .ct-major-eleventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .ct-major-twelfth {
    display: block;
    position: relative;
    width: 100%;
  }
  .ct-major-twelfth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 33.33333%;
  }
  .ct-major-twelfth:after {
    content: "";
    display: table;
    clear: both;
  }
  .ct-major-twelfth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .ct-double-octave {
    display: block;
    position: relative;
    width: 100%;
  }
  .ct-double-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 25%;
  }
  .ct-double-octave:after {
    content: "";
    display: table;
    clear: both;
  }
  .ct-double-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  
  