/*
 Theme Name:   SportInTime
 Theme URI:    https://sportintime.dk
 Description:  Theme for SportInTime
 Author:       Webko
 Author URI:   https://webko.dk
 Template:     webko-base
 Version:      1.0.0
 */


 @media only screen and (max-width: 768px) {
 	.hide-mobile {
 		display: none!important;
 	}
 }

@media (max-width: 1200px) {
	.sit-kitbuilder-quantity-fields th#navn{
		width:29%!important;
	}
}

.goalkeeper table tbody tr:nth-child(odd),
.pitch-player table tbody tr:nth-child(odd) {
    background: #e8e8e8;
}

.goalkeeper table tbody tr td input,
.goalkeeper table tbody tr td select,
.pitch-player table tbody tr td input,
.pitch-player table tbody tr td select {
    background: transparent;
}