* { box-sizing: border-box; }

/*body {
  font-family: sans-serif;
}*/

/***********************************************************************************************/
.box {
    width: 220px;
    height: 220px;
    margin: 20px;
    padding: 10px;
    float: left;
    font-weight: bold;
    color: white;
    text-shadow: 0 1px black;
    -webkit-box-shadow: 0px 0px 20px -7px rgba(148,148,148,1);
    -moz-box-shadow: 0px 0px 20px -7px rgba(148,148,148,1);
    box-shadow: 0px 0px 20px -7px rgba(148,148,148,1);
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
}
/***********************************************************************************************/


select {
  font-size: 20px;
}

/* ---- isotope ---- */

.grid {
  border: 0px solid #fff;
}

/* clear fix */
.isotope:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

.element-item {
    position: relative;
    width: 270px;
    height: 270px;
    margin: 20px;
    padding: 4px;
    float: left;
    text-shadow: 0 1px black;
    -webkit-box-shadow: 0px 0px 20px -7px rgba(148,148,148,1);
    -moz-box-shadow: 0px 0px 20px -7px rgba(148,148,148,1);
    box-shadow: 0px 0px 20px -7px rgba(148,148,148,1);
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
    color: #666;
    font-family: inherit;
    font-size: 12px;
    font-weight: 500;
}

.element-item > * {
  margin: 0;
  padding: 0;
}


/***********************************************/
ul{
     list-style:none; 
}
li{
     list-style:none; 
}
/***********************************************/
.myButton-grey {
    
    background-color: #DDD;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    color: #333;
    font-family: inherit;
    font-size: 14px;
    padding: 1px 10px;
    text-decoration: none;
    /*text-shadow: 0px 1px 0px #5b8a3c;*/
    float: left;
    margin: 4px 4px;
    border: solid 1px #ccc;
    width: 30px;
    height: 30px;
    text-transform: uppercase;
}

.boxbuttons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 90%;
  height: 50px;
  align-content: space-between;
  margin: 0px 5px 15px 100px !important;
  
}

@media only screen and (max-width: 1000px) {
  .boxbuttons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 300px;
  height: 100px;
  align-content: space-between;
  }
  select {
	 float:left !important;
	 margin: 0 auto !important;
  }
}

@media only screen and (max-width: 570px) {
  .boxbuttons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 200px;
  height: 220px;
  align-content: space-between;
  }
  select {
	 float:left !important;
	 /*margin: 0px 10px 15px 15px !important;*/
	 margin: 0 auto !important;
  }
}

select {

	background-color:#ddd;
	border-radius:3px;
	border: solid 1px #ccc;
	color:#333;
	font-family:inherit;
	font-size:14px !important;
	padding:5px 5px !important;
	margin: 5px 70px 5px 20px !important;
	float: left;
	
	/*text-shadow: 0px 1px 0px #5b8a3c;*/
	/*display: inline-block;*/
}