body {
  background: #c4ffa7;
  font-family: 'Times New Roman', Times, serif;
}

#lang {
    display: block;
    margin: 10px 10px 10px 10px;
    text-align: right;
}

#landBr br {
    display: none;
}

#portBr br {
    display: none;
}

#my_ddm {
    display: block;
    margin: auto;
    padding: 0;
    width: 90%;
}

#my_ddm li {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
        float: left;
        font: bold 15px;
    }

#my_ddm li a {
    display: block; 
    margin: 0;
    padding: 4px 10px;
    border: 2px solid #136900;
    width: 120px;
    height: 40px;
    background: #188800;
    color: #ffffff;
    text-align: center;
}

#my_ddm li a:hover {
    background: #59c442
}

#my_ddm div {
    position: absolute; 
    visibility: hidden;
    margin: 0;
    padding: 0;
    border: 1px solid #188800;
}

#my_ddm div a {
    position: relative;
    display: block;
    margin: 0;
    padding: 4px 10px;
    width: auto;
    height: auto;
    white-space: nowrap;
    text-align: left;
    background: #87d477;
    color: #000000;
    font: bold 15px;
}

#my_ddm div a:hover {
    background: #5b9050;
    color: #ffffff;
}

.entry {
  background: #ffffff;
  border-style: solid;
  border-width: 2px;
  border-color: #87d477;
}

.entry:hover {
  background: #d3d3d3;
}

#playarea {
  max-width: 1000px;
  height: 700px;
  border: 3px solid #0e4c00;
  background-image: linear-gradient(135deg, #105b00, #188800, #105b00);
}

.card {
  position: relative;
}

.discard {
  width: 80px;
  height: 105px;
  display: inline-block;
  margin: 0 10px 0 10px;
  border: 2px solid #000000;
  background-color: #26541C;
}


#Sdiscard {
  background-image: url(https://thaddiusstemp.com/cardimages/Sdiscard.png);
  background-size: cover;
}

#Cdiscard {
  background-image: url(https://thaddiusstemp.com/cardimages/Cdiscard.png);
  background-size: cover;
}

#Hdiscard {
  background-image: url(https://thaddiusstemp.com/cardimages/Hdiscard.png);
  background-size: cover;
}

#Ddiscard {
  background-image: url(https://thaddiusstemp.com/cardimages/Ddiscard.png);
  background-size: cover;
}

#container {
  background: #c4ffa7;
}

#playfield {
  width: 500px;
  height: 500px;
  border: 3px solid #0e4c00;
}

.fish {
  position: absolute;
  left: 200px;
  top: 400px;
  width: 80px;
  height: 53px;
}

#grad1 {
    width: 500px;
    height: 680px;
}

#grad2 {
    width: 250px;
    height: 340px;
    display: none;
}

#workscited {
    text-align: center;
}

#confirmation {
    visibility: hidden;
}

form {
  background: #91bd7b;
}

label {
  font-size: 16px;
}

canvas {
  border-style: solid;
  border-width: 3px;
  border-color: #87d477;
}

table, td, th {
    padding: 10px;
    border: 2px solid #3d6aff;
    border-collapse: collapse;
    vertical-align: top;
}

th {
    background-color: #87a3ff;
}

td {
    background-color: #bcccff;
    text-align: center;
}

#courseList, #planner {
  width: 500px;
  border: 2px solid #3d6aff;
  background-color: #dde6ff;
}

#taken, #sem1, #sem2, #sem3 {
  min-height: 100px;
}

#sem2, #sem3 {
  border-top: 2px solid #3d6aff;
}

#cms {
    width: 80%;
}
        
#space {
  border-top: 2px solid #3d6aff;
  background-color: #87a3ff;
  border-bottom: 2px solid #3d6aff;
}

input, textarea {
  margin: 10px 0px 10px 0px;
  border-style: hidden;
  background: #97eb9e;
}

footer {
    font-size: 12px;
    font-style: italic;
}



@media only screen and (max-device-width: 480px) {
#portBr br {
    display: block;
}

#grad1 {
    display: none;
}

#grad2 {
    visibility: visible;
    margin: auto;
    display: block;
    width: 250px;
    height: 340px;
}

#my_ddm {
    margin: 25px 0 0 0;
}
}

@media only screen and (max-device-width: 480px) and (orientation: landscape) {
#portBr br {
    display: none;
}
}