/* The knowledge base editing page */
/* Management platform */
.files-row {
  width: 100%;
  clear: both;
  border-bottom: 1px solid #cccccc;
  padding: 1rem 0rem; }

.files-col.icon {
  width: 50px;
  cursor: pointer;
  color: brown; }

.files-col.text {
  text-align: left; }

.files-col {
  float: left; }
