body {
  font: 400 16px 'Muli', sans-serif !important;
  margin: 0;
  padding: 0;
}

.button-create{
    display: inline-block;
	height: 50px;
    line-height: 50px;
    position: relative;
    border: 1px solid white;
    padding: 0 1rem;
}
header {
  margin: 0;
  max-width: 100%;
  padding: 5px;
  text-align: center;
  overflow: auto;
}

ul{
  list-style-type: none;
  margin: 0 auto;
  padding: 0
}

li{
  background: slategrey;
  display: inline-block;
  margin: 5px;
  padding: 5px 7px;
}

li > a {
  color: white; 
  font-size: 16px;
}

li > a:hover{
  color: #262626;
  text-decoration: none;
}

.inner {
  padding: 30px;
}
/* headings */

.container-fluid h2 {
  font-family: 'Montserrat', sans-serif;
}

.site-title {
  font-size: 50px;
  font-weight: 300;
  text-transform: uppercase;
}

/* text colors */

.black,
.k {
  font-color: #262626;
}

/* background colors */

.sq {
  /*  alignment  */
  float: left;
  margin: 5px;
  /*  size  */
  width: 200px;
  height: 200px;
  /*  box text  */
  color: #262626;
  text-align: center;
}

.sq:hover {
  border: 6px solid rgba(255,255,255, 0.5);
}

.sq p {
  vertical-align: middle;
  text-align: center;
  position: relative;
  top: 40px;
}

.c {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin: 10px;
}

/* table */
table{
  margin: 10px auto;
}

table > tbody > tr.tableizer-firstrow > th {
  padding: 10px;
  background: lavenderblush;
}

body > div.container-fluid.inner > table > tbody > tr > td{
  border: 4px solid #fff;
  width: 170px;
  padding: 10px;
  background: #f8f8f8;
}


.installApp = {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgb(187, 237, 33);
	background-image: none;
	background-origin: padding-box;
	background-position: 0% 0%;
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-size: auto auto;
	border-bottom-color: rgb(83, 92, 105);
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-image-outset: 0;
	border-image-repeat: stretch stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: rgb(83, 92, 105);
	border-left-style: none;
	border-left-width: 0px;
	border-right-color: rgb(83, 92, 105);
	border-right-style: none;
	border-right-width: 0px;
	border-spacing: 0px 0px;
	border-top-color: rgb(83, 92, 105);
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-top-style: none;
	border-top-width: 0px;
	box-shadow: none;
	box-sizing: border-box;
	color: rgb(83, 92, 105);
	cursor: pointer;
	display: block;
	font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	height: 39px;
	line-height: 39px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 12px;
	margin-top: 0px;
	outline-color: rgb(83, 92, 105);
	outline-style: none;
	outline-width: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 0px;
	text-align: right;
	text-decoration: none;
	text-decoration-color: rgb(83, 92, 105);
	text-decoration-line: none;
	text-decoration-style: solid;
	text-shadow: none;
	text-transform: uppercase;
	transition-delay: 0s, 0s;
	transition-duration: 0.2s, 0.2s;
	transition-property: background-color, color;
	transition-timing-function: linear, linear;
	vertical-align: middle;
	white-space: nowrap;
}