@import url('https://fonts.googleapis.com/css?family=Comfortaa:300,400,700');

body {
  font-family: 'Comfortaa', cursive;
}

a.DTTT_button {
    display: none;
  }
  
  #tg input[type=search] {
    width: 87%;
    height: 34px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: #fff;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 6px 24px 6px 12px;
    color: #555555;
    font-size: 14px;
    content: 'Search';
    background: #fff url(../icon/iconfinder_search_5402443.svg) 97% 50% no-repeat;
    background-size: 25px 25px;
  }
  
  #tg select {
    width: 50% !important;
    height: 34px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 7px 24px 5px 12px;
    color: #555555;
  }

  #tg label{
    width: 200px;
  }

  
