
        .content__page p {
            font-weight: normal;
        }
        .boxshadow img { width: 200px;
    border-radius: 20px;
    margin-top: 10px; }
        .content__page h3 { margin:40px 0; }
        /*.profile-content { padding-left:120px; }*/
        .profile-content h3 { margin-bottom:10px; margin-top:0; }
        .profile-content .font__fontrols__style { padding-left:13px; }
        .boxshadow {
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.2);
    padding: 20px 20px 20px 00px;
    margin-left: 0;
    position: relative;
    display: flex;
    column-gap: 20px;
} 
    


.ongoging table {
     width:100%;
     min-width: 472px;
    border-collapse: collapse;
    text-align: center;
    color: #1b3f8b;
    font-size: 1.7rem;
}
.ongoging th, .ongoging td {
    padding: 0.5em 1em;
    border: 1px solid #ddd;
}
.ongoging tr td:nth-child(2),
.ongoging tr th:nth-child(2) {
    text-align: center;
}
.ongoging th {
    font-size: medium;
    color:#fff;
    background-color: rgb(27,63,139);
}
.ongoging  table tr:nth-child(odd) {
  background-color: #dddddd;
}
.ongoging table tr:hover {
  background-color: #555;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
.ongoging table tr.swipe {
  display: none;
}
@media only screen and (max-width: 640px) {
      .ongoging table tr.swipe {
        display: table-row;
        border: none;     
   }
   .ongoging tr.swipe th {border:none;}
   .ongoging table .swipe th:first-Child {
     text-align: right;
   }
   .ongoging table .swipe th:last-Child {
     text-align: left;
   }
    .ongoging td { font-size:1.3rem;  }
}