.mdstars {
    width: 10px;
}

@media only screen and (min-width: 60em) {
    .md-content {
        margin-right: 0;
    }

    [dir=rtl] .md-content {
        margin-right: 12.1rem;
        margin-left: 0;
    }
}

.md-main__inner {
    padding-top: 6px;
}

.md-typeset iframe, .md-typeset img, .md-typeset svg {
    max-width: 100%
}

.md-footer-meta {
    background-color: #01aef0;
}

.md-footer-nav {
    background-color: #01aef0;
}

.md-header {
    background-color: #01aef0 !important;
}

.md-tabs {
    background-color: #01aef0 !important;
}

.md-nav__list hr {
    margin: 0.5em 0;
    border-bottom: .05rem dotted rgba(0, 0, 0, .26);
}

.md-nav {
    font-size: 12px !important;
}

.md-typeset {
    font-size: 14px !important;
}

.md-sidebar--primary {
    background-color: #0d70ab !important;
    color: white;

}

.md-sidebar a:hover {
    color: white;
    font-weight: 500;
}

.md-nav__link:hover {
    color: #e3e3e3 !important;
}

@media only screen and (min-width: 800px) {
    .md-content__inner {
        width: 800px;
    }
}

@media only screen and (max-width: 1200px) {
    .md-nav__link {
        color:black;
    }
}

.md-tabs {
    display:none;
}

.md-container {
    padding-top:2rem;
}
/*effect-underline*/
/*a.md-nav__link:after {*/
/*	content: '';*/
/*  position: absolute;*/
/*  left: 0;*/
/*  display: inline-block;*/
/*  height: 1em;*/
/*  width: 80%;*/
/*  border-bottom: 1px solid;*/
/*    margin:10%;*/
/*  margin-top: 10px;*/
/*  opacity: 0;*/
/*	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;*/
/*	transition: opacity 0.35s, transform 0.35s;*/
/*	-webkit-transform: scale(0,1);*/
/*	transform: scale(0,1);*/
/*}*/

/*a.md-nav__link:hover:after {*/
/*  opacity: 1;*/
/*	-webkit-transform: scale(1);*/
/*	transform: scale(1);*/
/*}*/

.arrow-more {
    font-size: 1.2rem;
    float: right;
}

.odag {
    font-weight:300;
    font-size:22px;
    margin-top: 18px;
    margin-left: 33%;
}


.cont {
    display:flex;
}