.protocol-box {
    font-size: 14px;
    padding: 12px;
}
.container {
    margin: 15px;
}
.indent {
  display: inline-block;
  width: 2rem;
}
h1 {
    margin: 15px 0;
    text-align: center;
    font-size: 20px;
}
h2 {
    margin: 10px 0;
    font-size: 18px;
}
h3 {
    margin: 10px 0;
    font-size: 16px;
}
p {
    /* margin: 5px 0; */
    font-size: 16px;
    color: #333;
    line-height: 30px;
    text-align: justify;
    /* text-indent: 2em; */
}
strong {
    font-weight: bold;
    color: black;
}
table,
table tr th,
table tr td {
    border: 1px solid #ccc;
    font-size: 14px;
    color: #333;
    word-break: break-all;
}
table {
    /* width: 400px; */

    border-collapse: collapse;
}
.sdk-list-title {
    display: flex;
}
.sdk-list-title-item {
    flex: 1;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: var(--black1);
}
.sdk-list-content {
    display: flex;
    margin-top: 10px;
}
.sdk-list-content-item {
    margin: 0 5px;
    flex: 1;
    text-align: center;
    font-size: 12px;
    color: var(--black1);
    word-break: break-all;
}
a {
    font-size: 14px;
    color: #0a59f7;
}
.sdk-box {
    margin-top: 5px;
    border: solid 1px #cccccc;
    padding: 5px;
    border-radius: 5px;
}


