

#editorcomponent p > img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #0a0a0a;
    max-width: 100%;
    height: auto;
}

.banner p > img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}

.banner p > a > img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}
blockquote {
    background: #f9f9f9;
    color: #2c6eb2;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
blockquote p {
    display: inline;
}

pre {
    font-family: "Roboto", sans-serif;

    text-transform: capitalize;


}
code{
    color: white !important;
    padding: 10px ;
    background-color: #2c6eb2 !important;
    font-family: "Roboto", sans-serif !important;

}

.v-application code {

}
.redtitle {color: #d50f0f;}

.chip{
    -webkit-border-top-left-radius: 20px !important;
    -webkit-border-bottom-right-radius: 20px !important;
    -moz-border-radius-topleft: 20px !important;
    -moz-border-radius-bottomright: 20px !important;
    border-top-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

#editorcomponent table  {
    text-align: center;
    border-collapse: collapse; text-align: left; width: 100%;
    max-width: 800px;
    display: block;
    overflow-x: auto;


}
#editorcomponent p > img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #0a0a0a;
    max-width: 100%;
    height: auto;
}
#editorcomponent  tr:first-child{ background-color:  #2c6eb2; text-align: center; padding: 5px; color: white}

#editorcomponent tr:nth-child(even){background-color: #f2f2f2;}

#editorcomponent tr:hover {background-color: #ddd;}

#editorcomponent td {font-size: smaller;  padding-left: 5px;}


#editorcomponent iframe  {
    width: 100%;
    height: 400px;

}



.v-expansion-panel-content table  {
    text-align: center;
    border-collapse: collapse; text-align: left; width: 100%;
}
.v-expansion-panel-content p > img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #0a0a0a;
    max-width: 100%;
    height: auto;
}
.v-expansion-panel-content tr:first-child{ background-color:  #2c6eb2; text-align: center; padding: 5px; color: white}

.v-expansion-panel-content tr:nth-child(even){background-color: #f2f2f2;}

.v-expansion-panel-contenttr:hover {background-color: #ddd;}

.v-expansion-panel-content td {font-size: smaller;  padding-left: 5px;}

.redtitle {color: #d50f0f;}

.v-expansion-panel-content iframe  {
    width: 100%;
    height: 400px;

}

#editorcalendar  table  {
    text-align: center;
    border-collapse: collapse; text-align: left; width: 100%;
}
#editorcalendar p > img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #0a0a0a;
    max-width: 100%;
    height: auto;
}
#editorcalendar tr:first-child{ background-color:  #2c6eb2; text-align: center; padding: 5px; color: white}

#editorcalendar tr:nth-child(even){background-color: #f2f2f2;}

#editorcalendar tr:hover {background-color: #ddd;}

#editorcalendar  td {font-size: smaller;  padding-left: 5px;}



#editorcalendar  iframe  {
    width: 100%;
    height: 400px;

}

.banner table  {
    text-align: center;
    width: 100%;

}

@media screen and (max-width: 320px) {
    .banner table {
        display: block;
        overflow-x: auto;
       width: 300px;
    }
}

