.no-border {
    border:0px;
}

.currentCode {
    position: absolute;
    top: 7px;
    right: 7px;
    background: rgba(255, 0, 0, 0.6);
    padding: 8px;
    border-radius: 8px;
    color:white;
}

.no-border img{
    margin-top:-3px;
}

.spread {
    margin-bottom:22px;
}

.spreadTop {
    margin-top:42px;
}

.auth_input{
    margin:auto;
    max-width:300px;
}

.uppercase {
    text-transform: uppercase;
    color:white;
}

.min300{
    min-width: 200px;
}

.wide-tile{
    max-width: 1280px;
    width: 100%;
    color:white;
    margin: 15px 0px;
}
.wide-tile > hr,
.wide-tile > div {
    display:none;
}

.wide-tile > section {
    padding:15px;
}

.wide-tile > div .btn {
    width:93%;
    margin: 0px 0px 10px 10px;
}

.wide-tile section{
    min-height:400px;
}

.text-right {
    text-align: right;
}

.bold {
    font-weight: bold;
}

.spacing .row.top-border {
    border-top:2px solid white;
    margin-top:5px;
    padding-top:5px;
}

.spacing .row {
    margin-top:3px;
    padding-top:3px;
}

ol ol, ol ul, ul ol {
	margin-top:1rem;
	margin-bottom:1rem;
}
