<style>
 mark {
    padding: 0em;
}
.rash {
color:#1b31db;font-size:12px;font-weight: 100;
}

dl.stats.stats--table dt {
color: #004066;
font-size: 15px;
font-weight: 400;
height: auto;
//white-space: nowrap;
}

dl.stats.stats--table dd {
color: #004066;
font-size: 15px;
font-weight: 400;
height: auto;
}
dd {
    margin-bottom: 0rem;

}
dl.stats dt {
    //text-transform: uppercase;
    color: #686868;
    font-size: .75em;
    font-weight: 300;
}

div.tbl.tbl--c3 {
grid-template-columns:30% 15% auto;
}

.tiles--column {
    display: flex;
    flex-flow: column;
    grid-gap: 12px;
}

dl.stats.stats--table {
    grid-template-columns: 18% 81%;
//grid-template-columns: auto;  
  grid-column-gap: 20px;
   grid-row-gap: 1px;
    align-items: baseline;
    grid-auto-flow: dense;
    line-height: 15px;
width: 100%;
}
dl.stats {
    margin: 0;
    padding: 0;
    display: inline-grid;
    grid-auto-flow: column;
    grid-template: auto auto / auto;
    grid-row-gap: 3px;
    grid-column-gap: 24px;
}
.t-less {
    font-size: .9em;
}
dl.stats.stats--table dd {
    font-size: 1em;
}
dl.stats dd {
    font-size: 1.25em;
    font-weight: 300;
}
ul, dl, dt, dd {
    margin: 0;
    list-style: none;
    padding: 0;
}
dd 
{
font-size: 16px;
}

.tile {
   /* padding: 24px;*/
}
.tile, figure {
    /*background-color: white;*/
    border-radius: 4px;
    overflow: hidden;
    margin: 0;
    /*box-shadow: 0 0 4px #ccc;*/
}

div.tbl.tbl--c3 {
    //grid-template-columns: repeat(3, minmax(48px, max-content));
}
.tbl {
    display: grid;
    //grid-column-gap: 34px;
   // grid-row-gap: 16px;
    font-weight: 300;
    font-size: .8em;
}
.tbl >span {
	padding: 2px;
}


@media (max-width: 720px) {
    .tile {
        padding: 12px !important;
    }
}

@media (max-width: 480px) {
   div.tbl.tbl--c3 {
        grid-template-columns: unset;
    }

    .tile {
        border-radius: 0;
        margin: 0 -12px;
    }
.attrs-line dt {
    font-weight: 600;
    float: left;
    clear: both;
    margin-right: 10px;
    width: 150px;
    padding: 5px 0;
    border-top: 1px solid #ccc;
  }
}

@media (max-width:400px) {
    div.tbl.tbl--c3 {
        grid-template-columns: unset;
    }
dl.stats.stats--table dt {
white-space: nowrap;
}

dl.stats.stats--table {
        display: contents;
}
dl { 
flex-direction: column; 
}
dl { 
//grid-template-columns: repeat(3, minmax(68px, max-content));
}
 dd  {
	width:90%;
	display: flex;	
	box-sizing: border-box;
	align-items: flex-end;    
	margin: 0 0 8px 0;
	word-break: break-word;
}
dt {
	width: 35%;
	display: flex;	
	box-sizing: border-box;
	align-items: flex-end;    
	margin: 5px 0;
	//padding: 0 0 0 5px;
	word-break: break-word;
}
.tbl {
    display: grid;
    grid-column-gap: 10px;
   // grid-row-gap: 16px;
    font-weight: 300;
    font-size: .8em;
}
.tbl >span {
   // line-height: 17px;
//margin: 5px 0;
}
div.tbl.tbl--c3 {
    //grid-template-columns: repeat(3, minmax(48px, max-content));
//grid-template-columns: 40% 20% 40%;
grid-template-columns: 3.5fr 2fr 4fr;
}
}




@media (max-width:370px) {
.tbl {
    display: grid;
}

dl.stats.stats--table {
        display: contents;
}
dl { 
flex-direction: column; 
}
dl { 
//grid-template-columns: repeat(3, minmax(68px, max-content));
}
dd {
	width: 85%;
	display: flex;	
	box-sizing: border-box;
	align-items: flex-end;    
	margin: 0 0 8px 0;
	word-break: break-word;
}
dt {
	width: 35%;
	display: flex;	
	box-sizing: border-box;
	align-items: flex-end;    
	margin: 5px 0;
	//padding: 0 0 0 5px;
	word-break: break-word;
}
.tbl {
    display: grid;
    grid-column-gap: 10px;
   // grid-row-gap: 16px;
    font-weight: 300;
    font-size: .8em;
}
.tbl >span {
   // line-height: 17px;
//margin: 5px 0;
}
div.tbl.tbl--c3 {
    //grid-template-columns: repeat(3, minmax(48px, max-content));
//grid-template-columns: [start] 250px [line2] 150px [line3] 700px [end];
//grid-template-columns: 36% 20% 40%;
grid-template-columns: unset;
}
dl.stats.stats--table dd {
    font-size: 1em;
   width: 100%;

}
.grid {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(186px, 1fr));
}
}


</style>
