 .flexrow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
      margin-bottom:10px;
  }
  
  .flexcolumn {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
  }
  
  .double-flexcolumn {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 2;
  }

  .flexwidth100 { flex: 0 0 100px;}
  .flexwidth50 { flex: 0 0 50px;}
  
  /* /manage 		*/
  .manageItem-button { flex: 0 0 60px; }
  .manageItem-type { flex: 0 0 60px; align-items:center; }
  .manageItem-title { padding-right:10px; }
  .manageItem-date { flex: 0 0 100px;  display:none; }
  
  .manageItem-wrapper {
      font-size: 16px;
  }


.listing-container {
	font-size:16px;
}
.listing-container a {
	text-decoration: none;
}
