/* Create mini container*/
.build										{ display: grid; grid-template-rows: auto; grid-auto-flow: row; margin: auto; grid-column-gap: 4px }
.build										{ align-content: space-between; }
.conthead, .conthead a						{ font-weight: bold; color: rgba(208, 101, 31, 1); }
.conteuhead, .conteuhead a					{ font-weight: bold; color: rgba(208, 101, 31, 1); }
.conteuhead2, .conteuhead2 a				{ font-weight: bold; color: rgba(208, 101, 31, 1); }
.container .contdata, .container .conthead	{ border-bottom: 1px solid rgba(120, 120, 120, .5); }
.container .contdata2, .container .conthead	{ border-bottom: 1px solid rgba(120, 120, 120, .5); }
.conthead									{ display: flex; }
.contdata									{ flex: auto; padding: 6px 0 6px 0; font-size: 13px; line-height: 17px }
.contdata2									{ flex: auto; padding: 6px 0 6px 0; font-size: 13px; line-height: 17px; min-height: 165px; }
.contfoot									{ font-size: 12px; padding: 5px 2px 5px 2px; margin-top: 3px; }
.contfoot									{ display: flex; flex-flow: row nowrap; white-space: nowrap; align-items: center; justify-content: flex-start }
.container									{ font-size: 13px; display: grid; grid-template-columns: auto; padding: 5px; border-radius: 5px; }
.container.news								{ grid-template-rows: minmax(60px, max-content) auto minmax(min-content, max-content); min-height: 280px }
.container.tweet							{ grid-template-rows: minmax(min-content, max-content) minmax(100px, auto) minmax(min-content, max-content); min-height: 190px }
.container.news .conthead					{ align-self: end;  }
.container.tweet .conthead					{ align-self: center; align-items: center }
.conthead .some								{ max-height: 25px; max-width: 25px; padding: 3px; }
.conthead .image							{ max-height: 25px; max-width: 25px; padding: 3px; }
.contimage									{ display: block; height: 124px; width: 229px; background-position: center center; background-repeat: no-repeat; background-size: cover; position: relative; }
.container.eu								{ grid-template-rows: minmax(min-content, max-content) auto minmax(min-content, max-content) }
.container.eu .contfoot						{ align-self: end }
.conteuhead2								{ display: flex; max-width: 229px; align-content: center; align-items: start; padding: 5px 0 5px 0 }
.contimage .eufeed							{ max-height: 124px; max-width: 229px; padding: 3px; width: 100%; height: 100%; }

