.td-pb-10 {
  padding-bottom: 15px;
}
.td-wpb-10 { 
  width:20px; 
  text-align: right;   
  vertical-align: top;  
}

.chip-icon {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 7px 5px;
  vertical-align: middle;

  background-image: url('../images/icons/chip-icon.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.pdf-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('../images/icons/pdf-icon.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
}
.def-table-style {
  height: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  border: none;
}
.custom-table {
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  border: none;
}
.main-table {
  width: 980px;
  height: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  border: none;
}
.nav-table {
  width: 217px;
  height: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  border: none;
}
.info-table {
  width: 525px;
  height: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  border: none;
}
.centered-cell {
  text-align: center;
  width: 534px;
}
.table-header {
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  border: none;
  background-color: #3A4559;
}
.no-spacing {
  /* border-collapse: collapse; */
  border: none;
  padding: 0;
  margin: 0;
}
.no-spacing td {
  padding: 0;
  margin: 0;
}
.valign-top {
  vertical-align: top;
}
.valign-middle {
  vertical-align: middle;
}
.align-right {
  text-align: right;
}

.valign-bottom {
  vertical-align: bottom;
}

.frame-gray-yr {
  background: url('../images/style/frame-bg.jpg') repeat-y bottom right;
}
.content-block {
  padding: 0 0 12px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #333333;
  font-family: Arial, sans-serif;
}
.content-table {
  width: 461px;
  height: 100%;
  padding: 0 0 12px 0;
  border-collapse: collapse;
}
.corner-img {
  width: 4px;
  height: 4px;
  object-fit: contain;
  display: block;
}
.h100 {
  height: 100%;
}
.w230 {
  width: 230px;
}
.w238 {
  width: 238px;
}
.w525 {
  width: 525px;
}
.mt-15
{
   margin-top: 15px;
}
.pt-15
{
   padding-top: 15px;
}
.pb-15, h3#conf-papers\ pb-15
{
  padding-bottom: 15px;
}

td#tdcontent
{
    border-bottom: 2px solid #e9e9e9;
    border-left: 2px solid #e9e9e9;
    border-right: 2px solid #e9e9e9;
    border-radius: 8px;
} 
.header-cell {
  position: relative;
  background: linear-gradient(to bottom, #edeff1, #e9e9e9); 
  padding: 0 10px;
  height: 33px;
  line-height: 33px;
  color: #4a7c00;
  font-weight: bold;
  font-size: 18px;
  font-family: Arial, sans-serif;
}

.header-cell::before,
.header-cell::after {
  content: "";
  position: absolute;
  top: 0;
  width: 20px;
  height: 33px;
  background-repeat: no-repeat;
  background-size: contain;
}

/* .header-cell::before {
  left: 0;
  background-image: url('../images/style/title-left.jpg'); 
} */
/* 
.header-cell::after {
  right: 0;
  background-image: url('../images/style/title-right.png'); 
} */
#btnUp {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #9bd367;
  color: white;
  cursor: pointer;
  padding: 12px 16px;
  border-radius: 50%;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

#btnUp:hover {
  opacity: 1;
  background-color: #5a9229;
}
table.mylist > tbody > tr > td {
  padding-bottom: 10px;
}
table.mylist15 > tbody > tr > td {
  padding-bottom: 15px;
}
td.tdc {
    vertical-align: top;
}
td.tdc ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}