
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.primary-btn{
	min-width: 100px;
	color: white;
	padding: 10px 20px;
    line-height: 14px!important;
    font-size: 14px!important;
    border: 1px solid transparent;
    background-color:#07c160!important
}
 .primary-btn:hover{
    background-color:#009649 !important
}
.primary-btn a{
    font-size: 14px!important;
}
.primary-btn a:hover{
    color: white;
    text-decoration: none;
}
.primary-btn-plain{
	color:#07c160;
	border:1px solid #07c160;
	background: #fff;
	min-width: 100px;
	padding: 10px 20px;
    line-height: 14px;
    font-size: 14px!important;

}
.primary-btn-plain:hover{
    /* background: #f4f5f9; */
    background: #fff;
}
.btn-plain{
	/* color:#07c160; */
	border:1px solid #e7e7eb;
	background: #fff;
	min-width: 100px;
	padding: 10px 20px;
    line-height: 14px;
    font-size: 14px!important;
}
.purple-btn {
    min-width: 100px;
    color: white;
    padding: 10px 20px;
    line-height: 14px!important;
    font-size: 14px!important;
    border: 1px solid transparent;
    background-color: #8794fc!important;
}
.warn-btn{
    color:white !important;
    background:#ff4f64 !important;
    border:1px solid #ff4f64 !important;
    min-width: 100px;
    padding:10px 20px;
    line-height:15px;
    font-size:14px !important;
}

.default-btn{
    color:#353535;
    border:1px solid #e7e7eb;
    padding:10px 20px;
    line-height: 15px;;
    font-size:14px;
    background:#fff;
    white-space: nowrap;
    min-width:100px;
}
.default-btn:hover{
    background:#eff0f2
}

.warn-btn:hover{
    background:#bf2033
}
