.logo
{
max-width: 240px;
    max-height: 24px;
}
.mtop{
	margin-top: 90px;
	margin-bottom: 50px;
}

footer{
	margin-top: 30px;
    margin-bottom: 16px;
}
#createtablediv p {
    text-align: center;
    font-size: 20px;
}


@media only screen and (min-width: 767px) {
.container.mtop.main {
    min-height: 750px;
}
}

.w68{
	width: 68px;
}
.mfooter{
	background: #222;
	color: #909090;
}

#echelonresults td{
	padding: 10px;
}

#rrefresults td{
	padding: 10px;
}

#rows{
	    width: 100px;
}
#cols{
	    width: 100px;
}

body{
	background: rgb(247,247,247);
}
#rrefresults table{
	position: relative;
}
#rrefresults table::before{
	background-image: url('../img/left.png');
    background-size: contain;
    width: 7px;
    height: 93px;
	content: '';
    position: absolute;
    left: -10%;
    top: 11px;
}
#rrefresults table::after{
	background-image: url(../img/right.png);
    background-size: contain;
   width: 8px;
    height: 93px;
    content: '';
    position: absolute;
    right: -10%;
    top: 11px;
}


#echelonresults table{
	position: relative;
}
#echelonresults table::before{
	background-image: url('../img/left.png');
    background-size: contain;
    width: 7px;
    height: 93px;
	content: '';
    position: absolute;
    left: -10%;
    top: 11px;
}
#echelonresults table::after{
	background-image: url(../img/right.png);
    background-size: contain;
    width: 8px;
    height: 93px;
    content: '';
    position: absolute;
    right: -10%;
    top: 11px;
}

#createtablediv{
	    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
#myform  {     text-align: center;}
#rows, #cols {
    display: inline-block;
}
}


