* {
	font-family: sans-serif;
	background-color: black;
	color: black;
	text-align: center;
    background: rgb(170,238,187);
    background: -moz-linear-gradient(90deg, rgba(170,238,187,1) 0%, rgba(149,187,238,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(170,238,187,1) 0%, rgba(149,187,238,1) 100%);
    background: linear-gradient(90deg, rgba(170,238,187,1) 0%, rgba(149,187,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#aaeebb",endColorstr="#95bbee",GradientType=1);
}

ul {
	display: table;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	list-style-position: inside;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

body {
    margin: 0px;
    width: 100%;
    height: 100%
}

.mcl-row {
  display: flex;
}

.mcl-column-50 {
  flex: 50%;
}

/* .payment-method-moreinfo {
    border: 1px;
    border-style: solid;
    padding: 2px;
    line-break: 2px;
} */

hr {
	width: 25%;
    border-color: black;
}

topnav {
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    border: 5px solid white;
    border-radius: 5px;
}

ul {
    list-style-type: none;
}