/*
 Theme Name:   bootScore Child
 Description:  bootScore Child Theme
 Author:       bootScore
 Author URI:   https://bootscore.me
 Template:     bootscore-main
 Version:      5.3.0
 Text Domain:  bootscore
*/

/*
All style editing is done via scss/_bscore_custom.scss
*/


body{
  /*background-color: rgb(247, 245, 242); */
  background-color: #f4f8fa;
}

ul.falgresults, ul.tyreresults{
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.tyreresults li, ul.falgresults li{
  display: inline-block;
  width: auto;

  background-color: #fff !important;
  padding: 10px;
  border-radius: 15px;
  margin-bottom: 10px;
  margin-right: 10px;
}

ul.tyreresults li img, ul.falgresults li img {
  max-height: 60px;
  max-width: 60px;
  margin-left: 20px;
}

h1,h2,h3,h4{

    color: #2b3845;
    font-weight: bold;
    font-family: "Protest Strike", sans-serif;
}


.tabellruta{
  /*background-color: #fff; */
  background-color: #dce8ef;
  padding: 10px;
  border-radius: 15px;
}


table.wheelinfo{


}

.border-none {
  border-collapse: collapse;
  border: none;
}

.dack, .falgar{
  clear: both;
}
