#centered {
    position: fixed;
    top: 20%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    padding: 5px;
    z-index: 100;
  }
#uploaded-links-data input{
      border:1px solid #ccc;
  }
.delete-icon{
    padding: 2px;
    color: rgb(179, 43, 43);
    font-weight: bold;
}
.link-table, .file-table{
    width: 100%;
}

.delete-td {
    text-align: center;
    vertical-align: middle;
  }

#progressbar-outer {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1px;
    text-align: center;
  }
  
#progressbar {
    background-color: rgb(72, 238, 224);
    width: 0%;
    height: 3px;
  }
 .progressbar-value{
    text-align: center;
    font-weight: bold;
 } 

 .speparator{
    padding-top: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
 }

 .upload-close-button{
    padding: 0px 8px;
 }

.turquoise-text{
    color: Turquoise;
}

.txt-cntr{
    text-align: center;
}

.txt-aln-end{
    text-align: end;
}

.file-border{
    border-left: 1px solid #ddd;
}

.link-box input{
    border: 1px solid #ccc;
}
.upload-button-customize1 {
    cursor: pointer;
 }
 
 #file-data1 {
    opacity: 0;
    position: absolute;
    z-index: -1;
 }

 .light-yellow-bg{
    padding-right: 15px;
    padding-left: 15px;
	padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgb(255, 255, 180);
	line-height:0.8;
 }