#dataviewer{
	border-collapse: collapse;
    border-color: lightgray;
    border-spacing: 0px;
    border: 1
}
#dataviewer th {
	color: white;
    background: #5FB3CE;
}

/* The Modal (background) */
.custom-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.custom-modal-content {
  background-color: #F0F0F0;
  margin: 20% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 20%; /* Could be more or less, depending on screen size */
}

.custom-modal-content p{
	color: black;
    align-content: center;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#uploadBtn {
	color: white !important;
	border-color: snow !important;
	background-color: #FF0000 !important;
	font-family: Verdana !important;
	font-weight: Bold !important;
	border: 0px !important;
	height: 26px !important;
	width: 96px !important;
	cursor: pointer !important;
}

input[type="file"] {
    display: none;
} 

.custom-file-upload {
	text-align: center;
	width: 52%;	
	height: 74%;
	font-size: 14px;
	line-height: 2;
    border: 1px solid #ccc !important;
    display: inline-block !important;
    color: white !important;
	border-color: snow !important;
	background-color: #FF0000 !important;
	font-family: Verdana !important;
	font-weight: Bold !important;
    cursor: pointer !important;
}