html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/*----------------*/
h1, h2, h3, h4 {
    background-color: lightsteelblue;
    
    text-align: center;
    
}

.memberName {
    font-size: xx-small;
}
p{
    background-color:lightblue;
}

#ImageMain {
    width:200px;
    height:200px;
}
.ImageNormal{
    width:100px;
    height:100px;
}
.RelationImage1 {
    width: 160px;
    height: 160px;
}
.RelationImage0 {
    width: 80px;
    height: 80px;
    font-size:x-small;
}
.RelationImage {
    width: 50px;
    height: 50px;
    border: solid;
    border-color:silver;
}
.RelationImage2 {
    width: 20px;
    height: 20px;
}
.RelationImage3 {
    width: 40px;
    height: 40px;
}
.smallBlue{
    font-size:small;
    color:blue;
}
.smallGreen {
    font-size: xx-small;
    color: green;
}


.bigGreen {
    font-size:large;
    color: green;
}

label{
    background-color:yellow;
    font-size:small;
    color:blue;
    width:200px;
}
.normallabel {
    background-color: yellow;
    font-size: x-small;
    color: blue;
    width: 100px;
}
.smalllabel {
    background-color: yellow;
    font-size:x-small;
    color: blue;
    width: 80px;
}
.smallestlabel {
    background-color: white;
    font-size:xx-small;
    color: blue;
    width: 50px;
}
#ImageMain {
    border-radius: 100px;
    border-color: blue;
    background-color:blue;
    border:solid;
}

tr:nth-child(2n+1) {
    background-color: lightgoldenrodyellow;
}

.displayClass {
    width: 300px;
    height: 300px;
    float: left;
    font-size: xx-small;
    align-content: start;
    align-items: start;
    align-self: start;
    vertical-align:top;
    position: absolute;
    display: flex;
    justify-content: center;
    background-color:silver;
}