html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* Douglas Silin added everything below here */

/* h2 {
    color: blue;
} */

.pdcolor {
    color: blue;
}

.box{
    height:100px;
    width: 100%;
    padding: 20px;
    border: 10px solid black;
    background: red;
}


.table1, th, td {
    border: 1px solid black;
    border-radius: 10px;
    border-color: #96D4D4;
    border: 1px solid black;
    background-color: #CCE5FF;
}
.bord1 {
    border-style: solid;
    border-color: blue;
}



.table2, th, td {
    border: 1px solid black;
    border-radius: 10px;
    border-color: red;
    border: 1px solid black;
    background-color: #CCE5FF;
    background-color: white;
    font-size: 12px;
}

.pdaclosebtn {
    margin-left: 15px;
   /* color: white; */
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}
.pdaclosebtn:hover {
    color: white;
}

/* 
    <meta name="viewport" content="width=device-width, initial-scale=1" >

    column-width: inherit;


 <style >
    */
.collapsible {
    background-color: white;
    color: blue;
    cursor: pointer;
    padding: 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 12px;
    height: 14px;
}

    .active, .collapsible:hover {
        background-color: lightblue;
    }

.content {
    padding: 8px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}

/*  </style > */






