/* Article page styles. */

.rag-table {
                        width: 100%;
                        border-collapse: separate;
                        border-spacing: 0;
                        border-radius: 12px;
                        overflow: hidden;
                        font-family: sans-serif;
                        font-size: 14px;
                      }

                      .rag-table .rag-th {
                        padding: 16px 20px;
                        text-align: left;
                        font-weight: 700;
                        font-size: 13px;
                        letter-spacing: .04em;
                        text-transform: uppercase;
                        background: #1a1a1a;
                        color: #ffffff;
                      }

                      .rag-table thead tr th:first-child {
                        border-radius: 12px 0 0 0
                      }

                      .rag-table thead tr th:last-child {
                        border-radius: 0 12px 0 0
                      }

                      .rag-table .rag-td {
                        padding: 16px 20px;
                        border-bottom: 1px solid #e8e8e8;
                        background: #fff;
                      }

                      .rag-table .rag-td.alt {
                        background: #f7f7f5;
                      }

                      .rag-table .rag-td.param {
                        font-weight: 600;
                      }

                      .rag-table .rag-accent {
                        padding: 16px 20px;
                        border-bottom: 1px solid #e8e8e8;
                        background: #fff;
                        font-weight: 700;
                        color: #000000;
                      }

                      .rag-table .rag-accent.alt {
                        background: #f7f7f5;
                      }
