/* Center website */



/* Add padding BETWEEN each column */


/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  
}

/* Clear floats after rows */ 
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {

 background-color: #97e4818c;
    border: 2px dashed #65b04f;
    padding: 10px;
    margin: 10px;
    height: 230px;
}
/*.contentbg{
  background-color: #97e4818c;
    border: 2px dashed #65b04f;
    padding: 10px;
    margin: 10px;
    height: 335px;
}*/

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}



/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 5px 10px;
 /* background-color: white;*/
  cursor: pointer;
}

.btn:hover {
  background-color: #ddd;
}

.btn.active {
  background-color: #666;
  color: white;
}
.tabselector{
  background: darkgoldenrod;
    padding: 10px;
    border-radius: 5px;
}
.ptext{
  font-size: 15px;
    font-family: sans-serif;
}

@media (max-width: 639px){
  .column {
  float: left;
  width: 100%;
  
}
  .content {
 
    height: auto;
}

.ptext{
  font-size: 10px;
}

}