﻿div.debug-info {
  color: #1274bd;
  font-size: .9rem;
}

  div.debug-info span {
    display: inline-block;
    width: 100px;
  }

  div.debug-info b {
    color: darkred;
    font-weight: 500;
  }

.debug-info b[data-content="True"] {
  color: #0ecb0e;
}

/*#region Media Queries */
/* Extra small devices (phones, 600px <=) */
@media only screen and (max-width: 600px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 840px) {
}

@media only screen and (max-width: 1280px) {
}

@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 1600px) {
}

@media only screen and (max-width: 1024px), screen and (max-width: 960px), screen and (max-width: 840px), screen and (max-width: 768px) {
}


/* Small devices (portrait tablets and large phones, 600px ≥) */
@media only screen and (min-width: 601px) {
}

/* Medium devices (landscape tablets, 768px ≥) */
@media only screen and (min-width: 769px) {
}

/* Large devices (laptops/desktops, 992px ≥) */
@media only screen and (min-width: 992px) {
}

/* Extra large devices (large laptops and desktops, 1200px ≥) */
@media only screen and (min-width: 1200px) {
}

/* Extra large devices (larger desktops, 1400px ≥) */
@media only screen and (min-width: 1400px) {
}

/* Extra large devices (larger desktops, 2560px ≥) */
@media only screen and (min-width: 2560px) {
}

@media only screen and (orientation: landscape) {
}
/*#endregion */
