/*
  Common
*/

#PageHeader{
    background-color: #f4f4f4;
    border-bottom: #dfdfdf 5px solid;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    
}

#PageBottom{
    background-color: #f4f4f4;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
}

.mg20{
    margin-top:20px;
    margin-bottom:20px;
}

.mg40{
    margin-top:40px;
    margin-bottom:40px;
}

.pd20{
    padding-top: 20px;
    padding-bottom: 20px;
}

.pd40{
    padding-top: 40px;
    padding-bottom: 40px;
}


.reverse{
    background-color: #f4f4f4;
    /*border-bottom: #dfdfdf 5px solid;*/
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
}    
/*
main.html
*/

.sheet{
  display: none;
}

#PartnerSongTitle{
  padding-top:20px;
  padding-bottom:20px;
  
}

#PartnerSongTitle h1{
  background-color: yellow;
  padding-top: 20px;
  padding-bottom: 20px;

  border: #ffd700 5px solid;

}

#PlayBtn{
  position: fixed;
  right: 20px;
  top: 20px;

  width: 80px;
  height: 80px;
  cursor: pointer;
  
  padding-top:25px;
}

#StopBtn{
  position: fixed;
  right: 20px;
  top: 120px;

  width: 80px;
  height: 80px;
  cursor: pointer;
  padding-top:25px;  
}

.btn{
  cursor: pointer;
}

.sheet-title-inv{
    font-size: 1.2em;
    font-weight: bold;
    background-color: #f4f4f4;
    border-bottom: #e5e5e5 2px solid;
    border-left: 10px solid #820000;
    padding:10px;
    margin-top: 20px;
    margin-bottom: 15px;
}
