﻿/* CSS Document */
.p-imp {
  background: #305D48;
  color: white;
  padding: 0.1em 0.4em;
  border-radius: 0.2em;
  font-size: 14px;
  font-weight: normal;
  line-height: 1; }

.p-select {
  display: inline-flex;
  align-items: center;
  position: relative; }

.p-select::after {
  position: absolute;
  content: "\e902";
  font-family: mp-fonts;
  color: #43924C;
  right: 0.25em; }

.p-select select {
  appearance: none;
  padding: 0.25em calc(.5em + 1em) 0.25em 0.5em;
  border: 2px solid #00653C;
  border-radius: 3px;
  background-color: #fff;
  color: inherit;
  font-size: 1em;
  line-height: 1;
  cursor: pointer;
  outline: none; }

