﻿header[role=banner]{
	margin-left: 2%;
}
nav{

}
div[role=main]{
	margin: 2%;
}
select.i{
width:60px;
}

.rows {
	width:initial;
    max-width: 350px;
    display: flex;
}
.rows > div {

    border-bottom: 1px dashed gray;
	border-collapse: collapse;
    flex: 1 1 auto; /* Size of items defined inside items */
    text-align: left;
    padding: 4px;
}
.indent{
	padding-right:20px !important;
	flex: 0 !important;
}
