

@media screen {
         @font-face {
         font-family: 'AmnestyTradeGothic-BdCn20';
         font-style: normal;
         font-weight: normal;
         src: url(https://www.amnistia.pt/wp-content/themes/amnistia/assets/fonts/AmnestyTradeGothic-BdCn20.ttf);
 }
}


body {
	font-family: Arial, Helvetica, sans-serif;
}

table {
	font-size: 2em;
}

.ui-draggable, .ui-droppable {
	background-position: top;
}

#datepicker{
    
    font-size: 1.3em
}

.button {
	background-color: #000;
	width:280px;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
    font-family: 'AmnestyTradeGothic-BdCn20', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    -webkit-appearance: none;
	border-radius: 0;
}


.button2 {
	background-color:#fff;
	width:280px;
	border: 3px solid #000;
	padding: 12px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	color:#000;
	font-family: 'AmnestyTradeGothic-BdCn20', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    -webkit-appearance: none;
	border-radius: 0;
}
#bt1:hover {
	background-color: #ffff00;
    color:#000;	
}
#bt2:hover {
	background-color: #ffff00;
    color:#000;	
    border: 3px solid #ffff00;
}



#wrapper {
  text-align: center;
}
#yourdiv {
  display: inline-block;
}

.ui-datepicker-current-day .ui-state-active { 
	background:#2B2B2B;
	border: 1px solid #000000;
}
.container
{
    text-align: center;
    padding: 0px;  
}
.div-button
{
  display: inline-block;
  width:280px;
  max-width: 280px;
  margin: 15px;
  margin-bottom: 0px;
}
.div-button2
{
  display: inline-block;
  width:280px;
  max-width: 280px;
  margin: 15px;
  margin-bottom: 0px;
}

@media screen and (max-width: 600px) 
{
  .div-button, .div-button2
    {
       max-width: 100%;
    }
    #datepicker{
    
    font-size: 1em
}
    
}

