/* app css stylesheet */

.menu {
  list-style: none;
  border-bottom: 0.1em solid black;
  margin-bottom: 2em;
  padding: 0 0 0.5em;
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

.leaguename:after{

}

.centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}

.rightteam{
  float:right;
  width:50px;
  height:50px;
}

.rounded {
  margin-top: 5px;
  border: 1px solid red;
  border-radius: 5px;
  height: auto;
}

.leftteam{
  float:left;
  width:50px;
  height:50px;
}

.center {
  margin: auto;
  width: 50%;
  border: 3px solid green;
  padding: 10px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

.img-responsive{
  margin-left:0px;
  max-width: 100%;
}



@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

#container {
  width: 100%;
  margin: auto;
}
#first {
  width: 60%;
  float: left;
}
#second {
  width: 40%;
  float: left;
}
#clear {
  clear: both;
}

.list-height{
  height: 180px;
}
.imageItem{
  float: left;
  width: 150px;
  height: 180px;
}
.imageText h4 p{
  font-size: medium;
  float: right;
}

.verticalLine {
  border-right: thin solid #ff0000;
}
.copyright-text{
  height: auto;
  background: black;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center ;
  padding: 10px;
}
.title-heading{
  height: auto;
  background: #48e2c1;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left ;
  padding: 10px;
}
.homepadding{
  padding: 10px;
}

@-ms-viewport{
  width: device-width;
}

@media screen and (max-width: 767px) {
  #first {
    width: 100%;
    float: none;
  }
  #second {
    margin-top: 10px;
    width: 100%;
    float: none;
  }
  .imageItem{
    float: left;
    width: 100px;
    height: 110px;
    margin-top: 5px;
  }
  .homepadding{
    padding: 0px;
    width: 100%;
  }
  .imageText h4 p{
    margin-left: 5px;
    font-size: smaller;
    float: right;
  }
  .list-height{
    height: auto;
    width: auto;
  }
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial;
}

.header {
  text-align: center;
  padding: 32px;
}
#customers {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}

.pagination {
  display: inline-block;
}

.pagination li {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color .3s;
  border: 1px solid #ddd; /* Gray */
  margin: 0 4px;
}
.pagination li.active {
  background-color: #4CAF50;
  color: white;
  border-radius: 5px;
}

.pagination li:hover:not(.active) {background-color: #ddd;}

