.box-uplined {
  border-top: .2rem solid #000;
}
.box-bgbeige  {
    background: #F8F6F0;
}
.box-bggreen  {
    background: #DEFF76;
}
.box-clickable  {
    border-bottom: .2rem solid #000;
}

.k-history-section .latest-pages a {
	display: block;
	background: white;
	line-height: 1.25em;
	box-shadow: 0 2px 5px rgba(22,23,26,.05);
	margin-bottom: 2px;
        display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content:space-between;
}
.k-history-section .latest-pages a > span{
       font-size:14px;
       padding: .5rem .75rem;
       text-overflow: ellipsis;
       white-space: nowrap;
       overflow: hidden;
}

.k-history-section .latest-pages a span.k-list-item-image{
  padding:0;
}

.k-history-section .latest-pages a span:nth-child(2){
       flex:1
}
.k-history-section .latest-pages a div:nth-child(4){
       width:10em;
       text-align:right;
}
.k-history-section .latest-pages a div{
       padding: .5rem .75rem;
       color:#777;
       font-size:12px;
       line-height:21px
}
.k-history-section .latest-pages .k-icon {
       width: 38px;
       height: 38px;
}
.k-history-section .latest-pages .k-icon svg {
       opacity: .5;
} 

.k-block-type-iframe {
  font-family: monospace;
}