#topRow {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-basis: content;
    background-color: black;
    color: white;
}
div {
    background-color: black;
    color: white;
}


.error {
    color: red;
    background-color:beige;
    display: absolute;
    position: 200px;
}
#open-login, #open-registration {
    margin: 0.6em;
}  
.fa-adj {
    margin: 0.5em;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.link {
    color: lightblue;
    background-color: black;
    text-decoration: underline;
}
.row-container {
    display: flex;
    flex-direction: row;
}
.banner-icon, .banner-text {
  color: orange;
}
.banner-icon:hover, .banner-text:hover, a.enabled-item:hover {
  background-color: grey;
  cursor: pointer;
  border-radius: 5px;
}
i.banner-icon {

    display: flex;
    flex-direction: row;
    flex-wrap: none;
}
label, .hive-id-label {
  color: white;
  background-color: black;      
}

@media screen and (max-width: 149px) {
    #topRow {
        display: none;
    }
   .banner-text {
	display: none;
    }
}
@media screen and (min-width: 150px) and (max-width: 249px) {
    #topRow {
        display: flex;
        justify-content: start;
    }
    .stick-to-right {
        margin-top: 0.45em;
        display: flex;
        justify-content: end;
    }
}
@media screen and (min-width: 250px) and (max-width: 799px) {
    #topRow {
        display: flex;
        justify-content: space-between;
    }
}
@media screen and (min-width: 150px) and (max-width: 799px) {
    body {
        display: inherit;
    }
    i.banner-icon {
        font-size: 22px;
    }
    label {
	font-size: 22px;
    }
    div, button, input, label {
	font-size: 22px;
    }
    .banner-text {
	display: none;
    }
    .email-input {
        font-size: 6vw;
    }
}
@media screen and (min-width: 800px) {
    button, .email-input {
        font-size: 2vw;
    }
    .banner-text {
        display: inherit;
        font-size: 1.9vw;
    }	
    
    input {
        font-size: 2vw;
    }
    
    div {
        font-size: 2vw;
    }
    .banner-text {
        display: inherit;
    }
}

.money {
    text-align:right
}

input.money {
    width: 100px;
}

table {
    border: 1px solid blue;
    min-width: 90%;
}

.selected-item {
    background-color: beige;
    color: black;
    border-radius: 10px;
}

.disabled {
    background-color: black;
    color: lightgrey;
}

div {
    border-style: none;
}

textarea {
    padding-left: 10px;
    width: calc(100% - 15px);   
}

div {
    border-style: none;
}

div.flex, .container{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


@media screen and (max-height: 372px) {  
    #betpage {
        height: auto;
    }
}

@media screen and (min-height: 373px) {
    #betpage {
        height: calc(100vh - 5em);
    }
}
.invisible {
    display:none;
}
.successblock {
    background-color: green;
    color: white;
    text-decoration: bold;
    font-size: 10vh;
    height: 20vh;
    display: absolute;
}

.errorblock {
    background-color: red;
    color: white;
    text-decoration: bold;
    font-size: 10vh;
    height: 20vh;
    display: absolute;
    
}
.centered {
     margin: auto;
}

body {
    background-image: url('/f922274b5372eb0f.png');
}

#betpage {
    border-style: solid;
}
#waitscreen {
    height: 95vh;
    width: 95vw;
}