body{
    background-color: white;
    font-size: 12px;
}

.pressReleases_wrapper{
    margin: 0 20px;
    font-size: 1.5em;
    padding-bottom: 250px;
}

.pressReleases_wrapper h2{
    /* font-size: 30px;
    font-weight: 900; */
    color:#004a80;
    /* color: #0248A8; */
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 33px;
    font-family:微軟正黑體 ;

}

.press_table_head{
    
    
    background-color: #0248A8;
    /* background: linear-gradient(90deg, rgba(213,15,232,1) 0%, rgba(220,9,242,0.6054796918767507) 48%); */
    
}

table{     
    width:100%;
    margin-bottom: 100px;    
}

thead{ 
    
    padding: 0px 50px;
}

th{
    padding: 10px 10px;
}

.left-th{
    border-radius: 5px 0 0 0;
    background-color: #0248A8;
    color : #fff;
}

.right-th{
    border-radius: 0 5px 0 0;
    background-color: #0248A8;
    color : #fff;
}

tbody{
    background-color: #fff;  
    box-sizing: border-box; 
    border-top: none;
}

 

tbody>tr>td{
    padding: 20px 10px;
    color:black;
   

    
}



tr>td:nth-child(1){
     width: 70%;
     
}

tr>td:nth-child(2){
    width:100%;   
    display: flex;
    align-items: flex-start;  

}


tr:nth-child(odd) {
    background-color: rgb(243,248,255);

 }
tr:nth-child(even) {
    background-color: rgb(218,233,249);

  }


  /* added by Ricky */


  .pressReleases_wrapper h2{
    color: rgb(2, 72, 168);
  }


