/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
ol.twssiwp_admin, ul.twssiwp_admin {
	padding-left: 0 !important;
}

ul.twssiwp_admin a {
	text-decoration: none !important;
}

nav.nav-tabs {
	margin-bottom: 20px;
}

nav.nav-tabs .nav-link {
	color: inherit !important;
}

/*
   Mock Bootstrap-like styles for alert-danger and alert-warning
*/
.alert {
	padding: 1rem;
	margin-bottom: 1rem;
	border-radius: 0.25rem;
	border: 1px solid #e0e0e0;
	background-color: #f8f9fa;
	color: #343a40;
}

.alert-danger {
	background-color: #f8d7da;
	border-color: #f5c6cb;
	color: #721c24;
}

.alert-warning {
	background-color: #fff3cd;
	border-color: #ffeeba;
	color: #856404;
}