.mime-type-list {
  table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-word;
  }

  tbody {
	border-bottom: 1px solid black;
  }

  td, th {
	text-align: left;
  }

  td {
	border-top: 1px solid black;
	padding: 6px;
  }

  th {
	font-weight: 400;
	padding: 0 6px;
  }

  td:first-child, th:first-child {
	padding-left: 0;
  }
}