
.trigger{
  margin: auto;
  display: block;
}
.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.modal-content {
  text-align: center;
  overflow-y: scroll !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 1rem 1.5rem;
  height: 40rem;
  width: 35rem;
  border-radius: 0.5rem;
}
.close-button {
  float: right;
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: lightgray;
}
.close-button:hover {
  background-color: darkgray;
}
.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
.column {
  float: left;
  width: 50%;
}
.row: after {
  content: "";
  display: table;
  clear: both;
}
.province-group-selected{
  fill: #24B32E !important;
}
.province-group:hover{
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  fill: #001433;
}
.province-text{
  text-align: center;
  font-family: sans-serif;
  fill: #fff;
  font-size: 30px;
}
.pnp-program-finder table, th, td {
  table-layout: fixed;
  border: 1px solid black;
  font-size: 16px;
}
.pnp-program-finder table{
  border-collapse: collapse;
}
.twenty-percent-wide{
    width: 18%;
}
.ten-percent-wide{
    width: 14%;
}
.onethird-wide{
    width: 40%;
}
.st0 {
  fill:rgba(124,240,10,0) !important;
}
.fill1{
  fill: #003d99;
}
.fill2{
  fill: #0047b3;
}
.fill3{
  fill: #0052cc;
}
.fill4{
  fill: #005ce6;
}
.fill5{
  fill: #0066ff;
}
.fill6{
  fill: #1a75ff;
}
.fill7{
  fill: #3385ff;
}
.fill8{
  fill: #4d94ff;
}
.fill9{
  fill: #66a3ff;
}
.fill10{
  fill: #80b3ff;
}
.fill11{
  fill: #99c2ff;
}
.fill12{
  fill: #b3d1ff;
}
.fill13{
  fill: #cce0ff;
}