@font-face {
    font-family: "AmpleSoft";
    src: url("../fonts/AmpleSoft.woff2") format("woff2");
    font-weight: normal;
    font-size: 50pt;
    font-style: normal;
}

@font-face {
    font-family: "STIXTwoMath";
    src: url("../fonts/STIXTwoMath-Regular.woff2") format("woff2");
}

body {
    font-family: "AmpleSoft", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
    font-size: 13pt;
    line-height: 1.5em;
    letter-spacing: 0.02em;
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 40px;
}

a {
    color: #3a8995;
    text-decoration: none;
}

a:hover {
    color: #45a39d;
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 1;
    font-family: inherit;
    font-weight: bold;
    color: inherit;
    text-rendering: optimizelegibility;
    letter-spacing: 0pt;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.list-group>li>a {
    margin-left: -15px;
}

.list-group-item>a:hover {
    text-decoration: none;
    background-color: #eeeeee;
}

#categories>li>a>i {
    margin-right: 5px;
}

#sidebar a {
    color: #3a8995;
}

#sidebar li {
    line-height: 1em;
}

#sidebar li > a {
    border-radius: 5px;
    padding: 5px;
}

.entry-content a {
    text-decoration: none;
    border-bottom: none;
}

p {
    text-align: justify;
}

.panel {
    border-bottom: none;
}

.panel-body {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.page-header {
    border-bottom: none;
}

.published>time {
    text-decoration: underline dotted;
}

.post-info>a>i {
    margin-right: 2px;
}

.navbar-default {
    background-color: #2b2f66;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #000;
}

.navbar-nav>li>a>i {
    margin-right: 5px;
}

@media (min-width: 1200px) {
    .col-sm-3 {
        width: 270px;
    }
    .col-sm-push-3 {
        left: 270px;
    }
}

.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

mjx-container {
    font-size: 116.6%;
}

math {
    direction: ltr;
    text-indent: 0;
    letter-spacing: normal;
    line-height: normal;
    word-spacing: normal;
    font-family: STIXTwoMath;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    math-style: normal;
    math-depth: 0;
}

math[display="block" i] {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    math-style: normal;
}

math[display="inline" i] {
    math-style: compact;
}

tt {
    background-color: #ededed;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    overflow-wrap: break-word;
}

.highlight pre .err {
    border: none;
}

img {
    border: none;
    padding-top: 1em;
    padding-bottom: 1em;
}

.tooltip-inner{
    word-wrap: break-word;
    white-space: pre-line;
}

.column {
    float: right;
    width: 48%;
    padding: 5px;
}

.column2 {
    float: right;
    width: 30%;
    padding: 5px;
}

footer {
    font-size: 12pt;
    word-spacing: 0pt;
    letter-spacing: 0pt;
}

/* Clearfix (clear floats) */
.row::after {
    content: "";
    clear: both;
    display: table;
}

.color-red {
    color:red;
}

.color-green {
    color:green;
}

.color-blue {
    color:blue;
}

.color-orange {
    color:darkorange;
}

.underline {
    text-decoration: underline;
}
.italic {
    font-style:italic;
}
.bold {
    font-weight:bold;
}
.strike {
    text-decoration: line-through;
}

.no-wrap {
    white-space: nowrap;
}

/* table with border and spacing */
.tg {
    border-collapse:collapse;
    border-spacing:0;
}
.tg td {
    border-color:black;
    border-style:solid;
    border-width:1px;
    font-family:Arial, sans-serif;
    font-size:14px;
    overflow:hidden;
    padding:10px 5px;
    word-break:normal;
}
.tg th {
    border-color:black;
    border-style:solid;
    border-width:1px;
    font-family:Arial, sans-serif;
    font-size:14px;
    font-weight:normal;
    overflow:hidden;
    padding:10px 5px;
    word-break:normal;
}
.tg-baqh{
    text-align:center;
    vertical-align:top;
}
.tg-fymr{
    border-color:inherit;
    font-weight:bold;
    text-align:left;
    vertical-align:top
}
.tg-0pky{
    border-color:inherit;
    text-align:left;
    vertical-align:top
}
.tg-0lax{
    text-align:left;
    vertical-align:top
}

p.center-text {
    text-align: center !important;
}
