/* @group tipography */
a,
a:hover,
a:focus {
	outline: none !important;
	cursor: pointer;
	text-decoration: none;
}
p {
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-size: 1em;
	cursor: default;
	font-weight: normal;
}
/* @end */

/* @group lists */
ul, ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/* @end */

/* @group ui kit */
/* @end */

/* @group forms */
input, textarea {
	outline: none;
}
p.error {
	color: #F00;
}
/* @end */

/* @group tables */
table th {
	font-weight: normal;
}
/* @end */

/* @group general */
.mb0 {
	margin-bottom: 0 !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.hide {
	display: none !important;
}
/* @end */