<style type="text/css">
	
.sfbnewscard {
  border-radius: 0;
  border: 1;
  border-color: black;
  display: block;
  min-width: 230px;
  max-width: 230px;
  background-clip: border-box;
  position: relative;
  padding: 3;
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
  min-height: 500px;
}

.sfbnewscard h3 {
   font-size: 1.1em;
   margin-bottom: 0.2,em;
   color: #003560;
}

.textbox {
  min-height: 12.5em;
  hypens: auto;
  margin: 0.125em 0;
  padding: 0.5em 0.75em;
  background: linear-gradient(to bottom, #efefef 40%, #d8d8d8 100%);
  min-width: 230px;
  max-width: 230px;
  color: #00356;
}
  
.date {
  position: absolute;
  top: -7px;
  padding: 0.2em 0.4em;
  border-radius: 0.3em;
  background: #17375e;
  color: white;
  background: linear-gradient(145deg, #224f87 0%, #17375e 100%);
}

.more:hover {
  background: linear-gradient(145deg, #b8e515 25%, #8bad10 100%);
}

.more {
  display: inline-block;
  line-height: 2.2em;
  min-width: 230px;
  max-width: 230px;
  padding-left: 1em;
  text-decoration: none;
  color: white;
  background: linear-gradient(145deg, #b0db14 0%, #8bad10 100%);
}

.sfbtermincard {
  border-radius: 0;
  border: 1;
  border-color: black;
  display: block;
  min-width: 230px;
  max-width: 230px;
  background-clip: border-box;
  position: relative;
  padding: 3;
  margin-bottom: 14px;
  min-height: 100px;	
}

.sfbtermindate {
  display: flex;
  flex-direction: column;
  padding: 10px 15px;
  text-align: center;
  background-color: #a3a5a9;
  user-select: none;
  cursor: default;	
}

.sfbtermininfo {
  min-height: 6em;
  width: 100%;
  padding: 0.5em;
  background-color: lightgray;
}
	
</style>