.board_button {

    width:200px;
    background-color: #f8585b;
    border: none;
    color:#fff;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	font-weight:500;
    margin: 4px;

    cursor: pointer;

}
.board_button2 {

    width:150px;
    background-color: #f8585b;
    border: none;
    color:#fff;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	font-weight:500;
    margin: 4px;

    cursor: pointer;

}
select {
  appearance : none ;
  -webkit-appearance : none ;
}
