    .div_background
    {
        width: 90%;
        margin: 5%;
        background-color: #222629;
        font-family: sans-serif;
        padding: 5px 6px 5px 6px;
    }
    
    .div_feature
    {
        width: 90%;
        background-color: #222629;
        font-family: sans-serif;
    }
    
    .div_title
    {
        background-color: #222629;
		height: 15px;
		font-family: sans-serif;
		font-size: 30px;
        color: #ffffff;
        text-align: center;
		line-height: 40px;
		padding-left: 2%;
	}
    
    .div_subtitle
    {
        background-color: #000000;
		height: 30px;
		font-family: sans-serif;
		font-size: 32px;
        color: #ffc000;
        text-align: center;
		line-height: 40px;
		padding-left: 2%;
	}
    
    .div_schedule_date
    {
		font-family: sans-serif;
		font-size: 19px;
        color: #ffc000;
        text-align: center;
	}
    
    .div_schedule_venue
    {
		font-family: sans-serif;
		font-size: 19px;
        color: #ffffff;
        text-align: center;
	}
    
    .div_schedule_address
    {
		font-family: sans-serif;
		font-size: 19px;
        color: #b3b3b3;
        text-align: center;
	}
    
    .div_schedule_time
    {
		font-family: sans-serif;
		font-size: 19px;
        color: #e3933c;
        text-align: center;
	}
    
    .div_songlist_title
    {
        font-size: 19px;
        color: #ffc000;
        color: #ffffff;
    }
    
    .div_songlist_artist
    {
        font-size: 19px;
        color: #e3933c;
    }
    
    .div_audio_title
    {
		background-color: #787557;
		height: 40px;
        color: #ffffff;
        text-align: left;
		padding-left: 2%;
	}
    
    .div_audio_song
    {
        font-family: sans-serif;
		font-size: 20px;
        font-weight: normal;
        color: #ffffff;
    }
    
    .tbl_audio_song
    {
        font-family: sans-serif;
		font-size: 20px;
        font-weight: normal;
        color: #ffffff;
    }
    
    .div_audio_artist
    {
        font-family: sans-serif;
		font-size: 20px;
        font-weight: normal;
        color: #ffc000;
    }
    
	.div_audio_player
	{
		background-color: #dbd5c0;
		height: 20px;
		line-height: 60px;
		padding-left:0%;
        justify-content: middle;
	}
    
	.div_audio_top
	{
        background-color: #dbd5c0;
		height: 20px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
    
    .div_audio_middle
	{
        background-color: #dbd5c0;
		height: 20px;
	}
    
    .div_audio_bottom
	{
        background-color: #dbd5c0;
		height: 40px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
    
    .div_sep
    {
       background-color: #787557;
       width: 100%;
       height: 20px;
    }
    
    .email_form
    {
        height: 15px;
        font-size: 1em;
        color: #000000;"
    }
    
    #page_columns > div
    {
      display:inline-block;
      width:49%;
      vertical-align: top;
    }
    
    @media screen and (max-width: 400px)
	{
      #page_columns > div {
      width: 100%;
    }
