/** css/yourtheme.css **/

/* This line is theme specific - it includes the base theme CSS */
@import 'theme.css';  /* for Alabaster */
/*@import 'theme.css';       /* for the Read the Docs theme */



.wy-nav-content {
    max-width: 1400px;
}


.wy-nav-content-wrap {
    background-color: white;
}

.wy-side-nav-search {
    background: #320126 !important;
    color: #ffffff;
}

.wy-side-nav-search .wy-dropdown > a, .wy-side-nav-search > a img.logo{
    max-width: 100px;
}

.wy-nav-side {
    background: #320126;
}



.wy-menu-vertical a {
    color: #ffffff;
    font-weight:bolder;
    font-size:1rem;
}


.wy-table-responsive table{
    border:1px solid red !important;
}
/*
.wy-table-responsive table tbody{
    border:1px solid red !important;
}

.wy-table-responsive table tbody tr{
    border:1px solid red !important;
}
*/
.wy-table-responsive table tbody tr td{
    border:1px solid red !important;
text-align: center;
}