@charset "UTF-8";

.shortcode_list_item {
	width: 100%;
	overflow: auto;
	overflow-x: scroll;
}

.shortcode-list__table {
	min-width: 100%;
	border-collapse: collapse;
	border: 1px solid #c1c1c1;
	background: #fdfdfd;
	th, td {
		border: 1px solid #c1c1c1;
		padding: 5px;
		text-align: left;
		vertical-align: top;
	}

	td {
		font-weight: bold;
	}
}

.shortcode-list__button {
	margin-top: 1em;
	margin-bottom: 1em;
}

.shortcode-list__filter ul {
	padding: 0px;
	margin: 1em 0 1em 0;
	list-style: none;
	li {
		display: inline-block;
		margin-right: 10px;
		margin-bottom: 5px;
	}
}

.shortcode-list__generate,
.shortcode-list__refresh,
.shortcode-list__download {
	display: inline-block;
}

.shortcode-list__generate {
	margin-right: 10px;
}
