body {
    background-color: #222222;
    font-family: 'Times New Roman';
    font-size: 20px;
    font-weight: 100%;
    color: rgba(0, 0, 0, 0.87);
	top: 0px !important; 
    position: static !important; 
}
.VIpgJd-ZVi9od-ORHb-OEVmcd{
display:none !important
}
a,
.link {
  color: #3b5998;
  text-decoration: none;
}

a:hover,
.link:hover {
  color: #ff3838;
  text-decoration: none;
}

pre {
    background-color: rgba(0, 0, 0, 0.01);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 18px;
    color: rgba(0, 0, 0, 0.54);
    font-size: 85%;
    padding: 10px;
    overflow-y: auto;
    margin: 20px 0;
}

strong {
    font-weight: 600;
}

li .fa {
    vertical-align: initial;
    margin-right: 5px;
}

img {
    max-width: 100%;
    height: auto;
}
@media only screen and (max-width: 768px) {
	img {
    max-width: 10%;
    height: auto;
}
    /* For mobile phones: */
    /* YOUR MOBILE STYLE HERE */
}

imd {
    max-width: 200px;
    height: auto;
}

ul {
    padding-left: 1em;
}

ul li {
    margin-bottom: 5px;
}

ul.unstyled {
    margin: 0;
    padding: 0;
    list-style: none;
}

[off-canvas] {
    background-color: #222222;
}

[off-canvas] .padded-box {
    padding: 20px;
}

[off-canvas] ul.menu {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}

[off-canvas] ul.menu li a {
    color: rgba(255, 255, 255, 0.87);
    display: block;
    padding: 30px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
}

[off-canvas] ul.menu li a:hover {
    color: #ff3838;
    background-color: rgba(255, 255, 255, 0.1);
}

img#logo-menu {
    margin: 20px;
    max-width: 200px;
}

img#profile {
    max-width: 150px;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
}

nav[canvas] {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    font-weight: 100;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 413px) {

    nav[canvas] .button .fa {
        margin: 0;
    }
}

nav[canvas] .button span.text {
    display: none;
}

@media (min-width: 414px) {

    nav[canvas] .button span.text {
        display: inline;
    }
}

#logo {
    max-width: 200px;
    position: relative;
    top: 8px;
}

table {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 18px;
    border-collapse: inherit;
}

td {
    padding: 10px;
}

thead tr td,
tr:not(:last-of-type) td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

td:not(:last-of-type) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

td.control-width {
    width: 100px;
}



[canvas=container] [mhtn=row]:not(.no-margin) {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 9px;
}

@media (min-width: 900px) {

    [canvas=container] [mhtn=row]:not(.no-margin) {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

img#browserstack {
    vertical-align: middle;
    position: relative;
    top: -1px;
}

#banner {
    display: none;
}

@media (min-width: 900px) {

    #banner {
        display: block;
    }

    #banner img {
        max-width: none;
        width: 100%;
    }
}

ol.breadcrumb {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 85%;
    list-style-type: none;
}

ol.breadcrumb li {
    display: inline;
    color: rgba(0, 0, 0, 0.54);
}

ol.breadcrumb li:not(:last-child):after {
    content: ' / ';
    color: rgba(0, 0, 0, 0.12);
}

ol.breadcrumb li:last-child {
    color: rgba(0, 0, 0, 0.26);
}


.box:nth-of-type(2n+1) {
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 18px;
    padding: 10px;
    margin: 15px -10px;
}

@media (min-width: 900px) {

    .sidebar {
        margin-top: 23px;
        padding: 0;
        border-top: 0;
        border-bottom: 0;
    }
}


@media (min-width: 600px) {

    .responsive-ad-size {
        height: 200px;
    }
}

@media (min-width: 900px) {

    .responsive-ad-size {
        height: 225px;
    }
}

h5,
h6 {
    font-size: 0.8em;
    font-weight: bold;
    color: #green;
}

h1 {
    font-size: 1.4em;
    font-weight: bold;
    color: #FF0000;
}
h2 {
    font-size: 1.2em;
    font-weight: bold;
    color: #FF0000;
}
h3 {
    font-size: 1.1em;
    font-weight: bold;
    color: #3b5998;
}
h4 {
    font-size: 1.0em;
    font-weight: bold;
    color: #blue;
}

pre {
    background-color: rgba(0, 0, 0, 0.01);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 18px;
    color: rgba(0, 0, 0, 0.54);
    font-size: 85%;
    padding: 10px;
    overflow-y: auto;
    margin: 20px 0;
}


.small,
small {
    font-size: 85%;
}

strong {
    font-weight: 600;
}

li .fa {
    vertical-align: initial;
    margin-right: 5px;
}

img {
    max-width: 100%;
    height: auto;
}
}

imd {
    max-width: 200px;
    height: auto;
}

ul {
    padding-left: 1em;
}

ul li {
    margin-bottom: 5px;
}

ul.unstyled {
    margin: 0;
    padding: 0;
    list-style: none;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

[canvas=container] {
    margin-top:60px;
    height: calc(100% - 60px);
}

[off-canvas] {
    background-color: #222222;
}

[off-canvas] .padded-box {
    padding: 20px;
}

[off-canvas] ul.menu {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}

[off-canvas] ul.menu li a {
    color: rgba(255, 255, 255, 0.87);
    display: block;
    padding: 30px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
}

[off-canvas] ul.menu li a:hover {
    color: #ff3838;
    background-color: rgba(255, 255, 255, 0.1);
}

img#logo-menu {
    margin: 20px;
    max-width: 200px;
}

img#profile {
    max-width: 150px;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
}


nav[canvas] {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    font-weight: 100;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}


@media (max-width: 413px) {

    nav[canvas] .button .fa {
        margin: 0;
    }
}

nav[canvas] .button span.text {
    display: none;
}

@media (min-width: 414px) {

    nav[canvas] .button span.text {
        display: inline;
    }
}

#logo {
    max-width: 200px;
    position: relative;
    top: 8px;
}

table {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 18px;
    border-collapse: inherit;
}

td {
    padding: 10px;
}

thead tr td,
tr:not(:last-of-type) td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

td:not(:last-of-type) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

td.control-width {
    width: 100px;
}


[canvas=container] [mhtn=row]:not(.no-margin) {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 9px;
}

@media (min-width: 900px) {

    [canvas=container] [mhtn=row]:not(.no-margin) {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

img#browserstack {
    vertical-align: middle;
    position: relative;
    top: -1px;
}

#banner {
    display: none;
}

@media (min-width: 900px) {

    #banner {
        display: block;
    }

    #banner img {
        max-width: none;
        width: 100%;
    }
}

ol.breadcrumb {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 85%;
    list-style-type: none;
}

ol.breadcrumb li {
    display: inline;
    color: rgba(0, 0, 0, 0.54);
}

ol.breadcrumb li:not(:last-child):after {
    content: ' / ';
    color: rgba(0, 0, 0, 0.12);
}

ol.breadcrumb li:last-child {
    color: rgba(0, 0, 0, 0.26);
}

.button {
    display: inline-block;
    border-radius: 18px;
    cursor: pointer;
    position: relative;
    line-height: 1em;
    transition: all 300ms ease;
    margin-bottom: 5px;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.54);
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0.7em;
}

.box:nth-of-type(2n+1) {
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 18px;
    padding: 10px;
    margin: 15px -10px;
}


.sidebar {
    margin-top: 10px;
    padding: 25px 0 5px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 900px) {

    .sidebar {
        margin-top: 23px;
        padding: 0;
        border-top: 0;
        border-bottom: 0;
    }
}
.goog-te-banner-frame {
        display: none !important;
    }

.goog-te-gadget {
        font-size: 0 !important;
    }

.goog-te-gadget span {
        display: none !important;
    }
