html{
    height:100% !important;
}

body{
    background: #f1f1f1;
    min-width: 0;
    color: #d89a9a;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 13px;
    line-height: 1.4em;
}

h4 {
    text-align: justify;
}

a {
    text-decoration: none;
}

a:link {
    color: #d89a9a;
}

a:visited {
    color: #d89a9a;
}

a:hover {
    color: red;
}

a:active {
    color: green;
}

.qr-landing{
    background: url('/img/bg0.jpg') no-repeat center center fixed;
    background-color: #4e4e4e;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height:99% !important;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.overlay {
    background: transparent url(/img/overlay.png) repeat;
    opacity: 0.5;
    z-index: -10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.container {
    height: 100%;
    width: 320px;
    min-width: 320px;
}

.maincontainer {
    height: 100%;
    float: left;
    width: 700px;
    padding-right: 10px;
}

.header-section{
    text-align:center;
}

.content-section {
    margin-left: 0;
    padding: 26px 24px 46px;
    background: rgba(0, 0, 0, 0.8);
    text-align:justify;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.13);
    box-shadow: 0 1px 3px rgba(0,0,0,.13);
}

.content-section p {
    overflow: hidden;
    font-weight: 400;
}

.link-icons{
    text-align:center;
}

.link-icons img{
    padding:10px;
    opacity:0.8;
}

.wifilinkdiv{
    height: 100px;
}

.wifidiv{
    width: 272px;
    opacity: 0.8;
}

#stationstable {
  width: 100%;
  background-color: rgb(255 255 255 / 1%);
}

#stationstable tr:nth-child(even) {
  background-color: rgb(255 255 255 / 3%);
}
#stationstable tr:nth-child(odd) {
  background-color: rgb(255 255 255 / 10%);
}
#stationstable th {
  color: #a7a7a7;
  background-color: rgb(0 0 0 / 60%);
}
#stationstable td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}

.inputssid {
	font-size:15pt;
	width: 264px;
	margin-bottom: 5px;
}

.inputkey {
	font-size: 15pt;
	width: 165px;
}

.inputbtn {
	width: 95px;
	font-size: 15pt;
}

iframe {
    border-width: 0px;
}

@media only screen and (max-width: 900px){

    .qr-landing {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	flex-wrap: wrap;
    }

    .container {
	width: 100% !Important;
    }

    .maincontainer {
	height: auto !Important;
	width: 100% !Important;
	float: none !Important;
	padding: 0px !Important;
    }

    .content-section h1, p {
	display: none;
    }

    #stationstable {
	width: auto !Important;
	display: flex;
	justify-content: center;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

    }

    #call {
	display: none;
    }

    #freq {

    }

    #qth {
	text-align: right;
	max-width: 300px !Important;
    }

}

@media only screen and (max-width: 680px){

    .container {
	min-width: auto !Important;
    }

    #stationstable {
	font-size: 11px;
    }

    #qth {
	max-width: 100px !Important;
    }

}
