
body { font-family: Georgia, serif; font-size: 16px; margin: 40px;  }
h1 { margin-bottom: 0px;  }
    
table { margin-top: 20px; margin-left: 2.5%; width: 90%;border-collapse: collapse;    }
  tr { display: table-row;  }
 th, td {border-bottom: 0px solid #ccc; padding: 6px 12px; text-align: left; vertical-align: top; }    
 th, .blue{ background-color:  #ccdbff; }
 .back { font-size: 24px; }  
 .lan { text-align: center; }
 
 /* responsive */ 
@media (max-width: 700px) { 
   tr { display: flex; flex-direction: column; }    
   
   td { min-width: 100%;}    
   td.priority { order: -1; }
   
   }
    
a { text-decoration: none; color: #0000ff; }
a:hover {text-decoration: underline;}

.content { min-width: 80%; }  
.extra {  min-width: 20%;  text-align: center; font-size: 8px; }    

section {   display: none; }
  #en:target {  display: block; } #es:target {  display: block;}  
  
