/* app css stylesheet */
.wrap {
    text-align:center;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .8)
}

.primary-bg-color {
    background-color: #64b5f6 !important;
    background-color:  rgba(100, 181, 246, .8) !important
}

.primary-color {
    color: #64b5f6 !important;
}

a.orange-link {
    color: #ffab40;
    transition: color .3s ease;
    text-transform: uppercase;
}

a.orange-link:hover {
    color: #ffd8a6;
}

p.tippagrupp {
    font-size: 1.7rem !important;
    padding: 0px;
}

.matchday {
    color: black !important;
    margin:0px;
    padding-top: 10px;
}

.matchday.big {
    padding-bottom: 10px;
    font-size: 1.7rem;
}

.matchday.big:hover {
    text-decoration: underline;
}

table.tippagrupp {
    margin-top:20px;
    margin-bottom: 20px;
}

tr.tippagrupp td, th {
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 1rem;
    padding-right: 1rem;
    height:36px;
}

td.center {
    text-align:center;
}

td.input {
    width:20%;
}

input.tippagrupp {
    margin: 2px;
    height: 36px;
    font-size:1.7rem;
    text-align:center;
    width:20%;
}

.secondary-content {
    color: black;
}

/*@media only screen and (min-width: 200px) {*/
.special {
    background-image: url(../images/UEFA-Euro-2016-Theme.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

footer.page-footer {
  margin-top: 20px;
  padding-top: 20px;
  background-color: transparent;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

  main {
    flex: 1 0 auto;
  }

    