@charset "utf-8";

.tm-title{
border-bottom: #4D5769 2px solid;
padding-bottom: .25rem;
margin-bottom: 1rem;
}
.tm-title .media-body{
color: #4D5769;
font-size: 1.3rem;
}
.tm-lineup .bg-tm2{
  background-color: #4d5769;
  color: white;
}
.tm-lineup .bg-tm2:hover,
.tm-lineup .bg-tm2:focus,
.tm-lineup .bg-tm2:active{
  background-color: #ececda;
  color: #4d5769;
}
.bg-tm-light{
background-color: #edecda;
}

.uldot-text{
	border-bottom: 2px dotted gray;
	line-height: 2;
}
