<style>

.content{
    #color: #FFFFFF;
    #font-size: 26px;
    #font-weight: bold;
    #text-shadow: -1px -1px 1px #000, 1px 1px 1px #000;
    width:  100%;
    height: 100%
    position: relative;
    z-index: 100;
}

.content2{
    width: 550px;
    # position: relative;
    margin-left: 20px;
    position: relative;
    top: 470;
}

.content_update_time{
    font-family: 'Swim', monospace;
    font-size: 20px;
    color: #000000;
    background-color: #daebe8;
    padding-left: 20px;
    padding-top: 5px;
}

.content3{
    width: 1450px;
    # position: relative;
    margin-left: 20px;
    position: relative;
    top: 470;
}

.content_meet_title{
    font-family: 'Swim Bold', monospace;
    font-size: 25px;
    color: #faf7f7;
    background-color: #f50b02;
    padding-top: 5px;
    padding-left: 20px;
	text-align: center;
}

.content_meet_date{
    font-family: 'Swim', monospace;
    font-size: 26px;
    color: #000000;
    background-color: #daebe8;
    padding-left: 10px;
}

.content_info_line{
    font-family: 'Swim', monospace;
    font-size: 12px;
    color: #000000;
    background-color: #daebe8;
    padding-left: 10px;
}

.content_event_number{
    font-family: 'Swim', monospace;
    font-size: 32px;
    color: #000000;
    background-color: #9d238f;
    width: 370px;
    float: left;
    padding-left: 30px;
}

.content_heat_number{
    font-family: 'Swim', monospace;
    font-size: 32px;
    color: #000000;
    background-color: #9d238f;
    width: 400px;
    float: left;
}

.scoreboard{
    font-family: 'Swim', monospace;
    font-size: 32px;
    width: 100%;
    color: #FF0000;
    position: absolute;
}

.scoreboard_title{
    font-family: 'Swim Bold', monospace;
    color: #000000;
    font-size: 50px;
    background-color: #3deb34;
    width: 100%;
    text-align: center;
}

.scoreboard_header{
    font-family: 'Swim', monospace;
    color: #000000;
    font-size: 32px;
    background-color: #daebe8;
}

.scoreboard_row_odd{
    font-family: 'Swim', monospace;
    color: #FF0000;
    font-size: 32px;
    background-color: #3b3636;
	border-radius: 30px;
	 clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
	  box-shadow: -15px 0 15px -15px inset;
}

.scoreboard_row_eve{
    font-family: 'Swim', monospace;
    color: #FF0000;
    font-size: 32px;
    background-color: #000000;
	border-radius: 10px;
	clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
	padding-left: 40px;
	padding-right: 40px;
}

.scoreboard_time{
    font-family: 'Swim', monospace;
    color: #FF0000;
    font-size: 30px;
    background-color: #87bdd8;
    width: 100%;
    text-align: center;
}

.swim_header{
    font-family: 'Swim Bold', monospace;
    color: #faf8f7;
	text-align: center;
    font-size: 15px;
    background-color: #ed4040;
	border-radius: 30px;
	clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
	box-shadow: -15px 0 15px -15px inset;
}

.swimmer_qualified{
    font-family: 'Swim Bold', monospace;
    color: #f3f7f2;
    font-size: 20px;
    background-color: #187d04;
	border-radius: 30px;
	clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
	box-shadow: -15px 0 15px -15px inset;
}

.swimmer_notqualified{
    font-family: 'Swim Bold', monospace;
    color: #302626;
    font-size: 20px;
    background-color: #f0f08d;
	border-radius: 30px;
	clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
	box-shadow: -15px 0 15px -15px inset;
}
.club_formsmall{
    font-family: 'Swim', monospace;
    color: #302626;
    font-size: 12px;
    background-color: #f0f08d;
	border-radius: 30px;
}
.background{
    background-color: #999999;
    position: absolute;
    top: 0;
    left: 0;
    width: 700;
    height: 600;
    z-index: -100;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: black;
  color: white;
  text-align: center;
  font-family: 'Swim'; color: Yellow ;
}
body {
  background-image: url('images/pool.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed; 
  background-size: 100% 100%;
}
</style>
