	
@font-face {
	font-family: OpenSans-Regular;
	src: url(../fonts/OpenSans/OpenSans-Regular.ttf)
}

@font-face{ 
	font-family: 'MyFont';
	src: url(../fonts/62Dragz-vmAp9.otf) format('opentype');
	font-weight: normal;
	font-style: normal;
 } 
 
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

body,
html {
	height: 100%;
	font-family: OpenSans-Regular;
}

a:link, a:visited {
  background-color: #f44336;
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 10px;
}

a:hover, a:active {
  background-color: red;
}

.container-table100 {
	background: #c850c0;
	background: -webkit-linear-gradient(45deg, #4158d0, #c850c0);
	background: -o-linear-gradient(45deg, #4158d0, #c850c0);
	background: -moz-linear-gradient(45deg, #4158d0, #c850c0);
	background: linear-gradient(45deg, #4158d0, #c850c0);
	padding: 50px 50px
}



table:not(.nostyle) {
	border-spacing: 1;
	border-collapse: collapse;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	position: relative
}

table:not(.nostyle) * {
	position: relative
}

table:not(.nostyle) td,
table:not(.nostyle) th {
	padding-left: 8px
}

table:not(.nostyle) thead tr {
	height: 60px;
	background: #36304a
}

table:not(.nostyle) tbody tr {
	height: 50px
}

table:not(.nostyle) tbody tr:last-child {
	border: 0
}

table:not(.nostyle) td,
table:not(.nostyle) th {
	text-align: left
}

table:not(.nostyle) td.l,
table:not(.nostyle) th.l {
	text-align: right
}

table:not(.nostyle) td.c,
table:not(.nostyle) th.c {
	text-align: center
}

table:not(.nostyle) td.r,
table:not(.nostyle) th.r {
	text-align: center
}

.table100-head th {
	font-family: OpenSans-Regular;
	color: #fff;
}

tbody tr:nth-child(even):not(.nostyle) {
	background-color: #f5f5f5
}

tbody tr {
	font-family: OpenSans-Regular;
}

tbody tr:hover:not(.nostyle) {
	color: #555;
	background-color: #fffdcf;
	cursor: pointer
}
