table.none {
    border-spacing: 0px;
    margin: auto;
    border-collapse: separate;
    width: 100%;
    border-radius: 0px;
    border: 0px solid pink;
    padding: 0px;
    background-color:#d0c880;
    color: #1d1d15;
    
}
.freakflag {
    border: none;
    
}
.default_profile {
    max-height: 150px;
}
.w3-green_x {
    color: #bd661f;
    background-color: #8dafd2;
}

.w3-black_x {
    color: #ddc853;
    background-color: #628eab;
    
}

.cga_green {
    background-color: #55FF55;
    }
    
    .cga_brightblue {
        background-color: #a66126;
    }

.odd {
    background-color: #00AAAA;
}

#database_menu {
        background-color: white;
}
/* Container holding the image and the text */
.container {
  position: relative;
  text-align: center;
  color: white;
}

/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
  text-align: right;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
  text-align: right;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#music {
    color: white;
    width: 90%;
    margin: auto;
}
p {
  margin-top: 0;
}

.button {
  display: inline-block;
  padding: 10px;
  background: #ccc;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.button:hover {
  background: #ddd;
}
#fileElem {
  display: none;
}

body {
  background-color: 	#b9d1ed;
     margin:0px; 
     
     font-family:Arial, Helvetica, sans-serif;
   }
   #main
   {
     width:600px; height:260px; margin-left:auto; margin-right:auto; border-radius:5px; padding-left:10px; margin-top:100px;
      padding-top:20px;
   }
   #main table
   {
     font-family:"Times", cursive;
   } 
   
   /* css code for textbox */
  #main .tb
  {
    height:28px; width:230px; border:1px solid #27a465; color:#27a465; font-weight:bold; border-left:5px solid #f7f7f7; opacity:0.9;
  }

  
     /* css code for button*/
   #main .btn
   {
    width:80px; height:32px; outline:none;  font-weight:bold; border:0px solid #27a465; text-shadow: 0px 0.5px 0.5px #fff;	
    border-radius: 2px; font-weight: 600; color: #27a465; letter-spacing: 1px; font-size:14px; -webkit-transition: 1s; -moz-transition: 1s; transition: 1s;
   }
  
   #main .btn:hover
   {
    background-color:#27a465; outline:none;  border-radius: 2px; color:#f1f1f1; border:1px solid #f1f1f1;
   }
   a {
       color: white;
   }
}

div {
    border-spacing: 30px;
}

h1 {
  color: #e2ebf4	;
  margin-left: 20px;
}

r1 {
    color: red;
    font-size: small;
}

#floatmenu {
     border-spacing: 10px;
    border-collapse: separate;
    width: 100%;
    border-radius: 25px;
  border: 2px solid pink;
  padding: 20px;
 background-color:#cccc00;
 background-image: linear-gradient(to bottom, cyan, yellow);
}
table { 
    border-spacing: 10px;
    margin: auto;
    border-collapse: separate;
    width: 95%;
    border-radius: 25px;
  border: 2px solid pink;
  padding: 20px;
 background-color:#d0c880;
 color: #1d1d15;
 /*  background-image: linear-gradient(to bottom, rgba(100,125,155,.8), rgba(100,0,0,.4)); */
 }


tr {
    border: 1px solid black;
}
td {
  height: 30px;
  word-wrap: normal;
  text-align: left;
  vertical-align: center;
  
  }
th {
  height: 30px;
  word-wrap: normal;
  text-align: left;
  vertical-align: top;
  
  }
input[type="text"] {
    width: 100%;
}

textarea {
    width: 100%
}

hr {
    width: 100%;
}


/*  this code is for slide show  */


* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.vignette {
    width: 80%;
    margin: 1em auto;
    box-shadow: 50px 50px 113px #defeec inset,-50px -50px 110px #defeec inset;
    
    background-size: contain;
    background-repeat: no-repeat;
}

.tablemanage
{
  border: 1px solid black;
}


th {
    color: white;
    background-color: gray;
}