table {
border: 1 solid;
}

table th, table td{
border-style: solid dashed;
}

.bg-gray {
  background-color: #6c757d;
}

.yubi{
  cursor: pointer;
}

.ggmap {
position: relative;
padding-bottom: 40%;
padding-top: 0px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

div.iframeWrapper {
    position: relative;
    width: 100%;
    padding-top: 70%;
    }
 
div.iframeWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }

div.iframeWrapperQA {
    position: relative;
    width: 100%;
    padding-top: 80%;
    }
 
div.iframeWrapperQA iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}