#js-international-methodology .flex-list {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  margin-bottom: 10px; }
  #js-international-methodology .flex-list #js-select-survey {
    flex: 3; }
  #js-international-methodology .flex-list #js-select-country,
  #js-international-methodology .flex-list #js-select-year {
    margin-left: 10px;
    flex: 2; }
  #js-international-methodology .flex-list select {
    width: 100%; }
  @media only screen and (max-width: 600px) {
    #js-international-methodology .flex-list {
      flex-direction: column; }
      #js-international-methodology .flex-list #js-select-country,
      #js-international-methodology .flex-list #js-select-year {
        margin-left: 0px;
        margin-top: 10px; } }

#js-international-methodology tr:first-of-type {
  background-color: #eeece4; }

#js-international-methodology td:first-of-type {
  width: 33%;
  font-weight: bold;
  text-align: left; }

#js-international-methodology td:nth-of-type(2) {
  width: 67%; }

#js-international-methodology #reset-button {
  opacity: 0;
  margin-bottom: 0.75rem; }

#js-international-methodology #reset-button.active-reset {
  opacity: 1; }
