body{margin: 0;}
body *{display: flex;box-sizing: content-box;}
.fd-c{flex-direction: column;}
a:link, a:visited, a:active{color: black;}
links-imgs item {padding: 5px;cursor: pointer;cursor: hand; justify-content:center; align-items: center;min-height: 50px;}
links-imgs item text{white-space: nowrap;overflow: hidden;text-overflow: ellipsis}
links-imgs item.read{opacity: 0.5}
links-imgs item:not(:last-child) {border-bottom:1px solid lightgrey;}
links-imgs item domain{color: grey;font-style: italic;margin-left: auto;padding-left: 10px;}
links-imgs item img-cntr{margin-right: 10px;height: 40px;width: 80px;min-width: 80px;background-repeat: no-repeat;background-position: center; background-size: cover;}
words{flex-direction: row;flex-wrap: wrap;}
word{margin: 3px;padding: 2px 5px; border-radius: 10px; background: #2F48AD; color: white;}
@media screen and (max-width: 640px) {
	body{font-size:80%;}
  links-imgs item text{white-space: normal !important;}
}
