.pr {
    position: relative;
}
.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
img {
    vertical-align: top;
}
p {
    word-wrap: break-word;
}
em {
    font-style: normal;
}
input, label, img, th {
    vertical-align: middle;
    border: none;
}
table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: gray;
}
.clearfix {
    *zoom: 1;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}
.flex_s {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex_r {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.fw {
    font-weight: bold;
}
.flex_c {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flex_center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.Mart10 {
    margin-top: 10px;
}