.bssystemtable .fleft {
  float: left;
}
.bssystemtable .fright {
  float: right;
}
.bssystemtable .button.zindex10 {
  position: relative;
  z-index: 1;
}
.bssystemtable .button {
  clear:both;
  height: 30px;
  padding: 10px 0;
}

#headerTop .login .button {
    background-color: #dc4343;
	text-transform: uppercase;
	    border: 0;
    line-height: 25px;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
	display:block;
	float:right;
	text-decoration:none;
}
#headerTop .login .button:hover{
	text-decoration:none;
}

.bssystemtable .form-day-change .submit,.bssystemtable .form .submit, .bssystemtable .adddate {
  display: block;
  width: auto;
  float:left;
  height: 33px;
  line-height: 30px;
  padding: 0 20px;
  margin-left: 0px;
  border: none;
  background: #628f00;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  margin-bottom: 10px;
  border-bottom: 3px solid #456400;
}

.bssystemtable a.add {
  z-index: 0;
  display: block;
  float: right;
  width: auto;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  border: none;
  background: #628f00;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 3px solid #456400;
}

.bssystemtable .relative {
  position: relative;
}
.bssystemtable .listhead{
	clear:both;
}
.bssystemtable .listhead h3 {
  position: absolute;
  top: 0;
  width: 100%;
  line-height: 49px;
  font-weight: bold;
  font-size: 30px;
}
.bssystemtable .center {
  text-align: center;
  margin: 0 auto;
}

.bssystemtable .table.booking thead tr td.rink {
  width: 95px;
  max-width: 95px;
}
.bssystemtable .table.booking thead tr td.grey {
  width: 103px;
  max-width: 103px;
}
.bssystemtable .table.booking tr td.grey {
  width: 104px;
  max-width: 104px;
}
.bssystemtable table td.grey {
  background: #ebebeb;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.bssystemtable .table td {
  max-width: 98px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bssystemtable .grey {
  white-space: inherit!important;
}
.bssystemtable .grey {
  color: #aaaaaa;
}
.bssystemtable .grey.tid{
	vertical-align:middle;
}
.bssystemtable table thead td {
  text-align: center;
}
.bssystemtable table tr td {
  border: 1px solid #c9c9c9;
}

.bssystemtable .smallrow {
  vertical-align: top;
}
.bssystemtable table table {
  margin-bottom: 0;
}

.bssystemtable .smallrow{width:100%}
.bssystemtable .smallrow tr.ringtitle td {
  max-width: 101px;
  padding: 10px;
  height: 67px;
  text-align: center;
  vertical-align: middle;
}
.bssystemtable .smallrow tr td {
  max-width: 101px;
  padding: 0 10px;
  height: 24px;
}

.bssystemtable table tr td tr td {
  text-align: left;
  vertical-align: top;
  padding: 5px 4px;
  border: 0;
  border-bottom: 1px solid #c9c9c9;
 }
 
 
.bssystemtable table tr td tr td {
  text-align: center;
}

.bssystemtable .table tr {
  white-space: nowrap;
}
.bssystemtable table tr tr {
  border: 0;
}

.bssystemtable .table>tbody>tr>td,.bssystemtable .table>tbody>tr>th,.bssystemtable .table>tfoot>tr>td,.bssystemtable .table>tfoot>tr>th,.bssystemtable .table>thead>tr>td,.bssystemtable .table>thead>tr>th {
	padding:0
}

.go_to_round_div {
    padding: 10px 20px;
    margin: 20px 0;
    background: #ededed;
    border-radius: 4px;
}
.go_to_round_div .go_to_round {
    display: block;
    overflow: hidden;
    margin: 10px 0 0 0;
	padding-left:0px;
    text-align: center;
    list-style: none;
}
.go_to_round_div .go_to_round li {
    list-style: none;
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.go_to_round_div .go_to_round a {
    display:block;
	width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    background: grey;
	color:#fff;
}

.round_number{float:left; padding-bottom: 10px; font-size: 14px; }
.round_table{clear:both; margin-bottom: 30px;
    width: 100%;
    max-width: 100%;
}
.round_table .thTop{
    background: #bec0bf;
}
.round_table tr th:first-child, .round_table tr td:first-child{padding-left: 15px;}
.round_table tr.dateChange{
    background: #fec173 !important;
}

.round_table tr:nth-child(odd){
    background: #ebebeb;
}
.round_table tr:nth-child(even){
    background: #fff;
}

.round_table .date, .round_table .time {
    width: 75px;
}

.round_table .rink{
    width: 20px;
    text-align: center;
}
.round_table .team{
    width: 100px;
}
.round_table .score{
    width: 26px;
}
.round_table th{
    font-size: 14px;
}
.round_table td, .round_table th{
    padding: 5px;
    border-left:0px;
    border-right:0px;
}

.rinkbt .buttons_rink{
    display:none;
}
.rinkbt:hover .buttons_rink ,
.rinkbt.hover .buttons_rink {
    display: block;
    position: absolute;
    top: 0;
    z-index: 200;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.7);
}

.rinkbt .buttons_rink a {
    position: absolute;
    bottom: 5px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    font-family: 'Open Sans', Arial, Helvetica, Verdana, sans-serif;
}
.buttons_rink .edit {
    height: 33px;
    line-height: 33px;
}
.buttons_rink a {
    background: #ff6f00;
    text-decoration: none;
}