
h3 { margin-top: 8vh }

.row { justify-content: stretch;}
.row.env {flex-wrap: wrap; max-width: initial; padding: 0}
.row.env .col { flex:1; font-size: 1rem}
.row.env .col  p { text-align: center; font-weight: bold }

.row.live .col:first-child,
.row.traffic .col:first-child,
.row.storage .col:first-child { font-size: 1.2rem }

.row.live .col:last-child { flex: 3; padding: 0 }
.row.live .table-container { margin: 0 }

table.data {text-align: center; font-size: 0.9em;margin-bottom: 0;}
table.data td { padding: 0 0.4rem 0 0 !important; width: 1px; white-space: nowrap  }
table.data td[data-column="title"] { text-align: left; font-weight:bold; width: auto; }
table.data td[data-column="owner"] { white-space: nowrap; overflow: hidden; }
table.data td[data-column="thumb"] { width: 70px; padding: 0 !important}
table.data img {display: block; max-width: 70px;}

table.data > tbody > tr > td[data-column="live"] {
  background: var(--info-bg-color);
  color: var(--info-color);
  font-weight: bold;
}

.row.live  .col:first-child,
.row.traffic .col:first-child,
.row.storage .col:first-child {  min-width: 12rem; color: var(--second-brand-color) }

.row.live  .col:first-child .fa-icon,
.row.traffic .col:first-child  .fa-icon,
.row.storage .col:first-child  .fa-icon,
.row.live  .col:first-child b { color: var(--first-brand-color); font-size: 1.2em }

.row.traffic .big,
.row.storage .big {
  display: block;
  font-size: 2em;
  white-space: nowrap;
}

main > .navigation a.nav-back:before { content: "\f060"; }

main > .navigation ol > li > a[href="/"]:before   		{ content: "\f625"; }
main > .navigation ol > li > a[href*="billing"]:before  { content: "\f53d"; }
main > .navigation ol > li > a[href*="/ecousers"]:before{ content: "\f007"; }
main > .navigation ol > li > a[href*="help"]:before  	{ content: "\f059"; }

@media (min-width: 1024px) {
	.top-filters form.list-filters {
		display: flex;
		padding: 0;
		justify-content: center;
		flex-wrap: wrap;
	}
	.row.live  .col:first-child,
	.row.traffic .col:first-child,
	.row.storage .col:first-child { max-width: 12rem;  
}