body {
    padding-top: 50px;
    line-height: 1.6em;
    font-family: 'Roboto','Helvetica Neue',Helvetica,Arial,sans-serif;
}
p {
    font-size: 1.1em;
}
h1 {
    font-size: 2.1em;
}
pre {
    word-break: normal;
}
.page-bullet {
    background-image: url('/images/bullet-small.png');
    background-size: cover;
    width: 10px;
    height: 10px;
    display: inline-block;
}
.footer {
    border-top: 1px solid #ecf0f1;
    margin-top: 1em;
    padding-top: 1em;
    color: #337ac6;
    width:100%;
}
.article-counter {
    color: #333;
    font-size: 0.8em;
}
.article-list-item {
    cursor: pointer;
}
.article-list-item a {
    color: unset;
}
.article-list-item a:hover {
    text-decoration: unset;
}
.category-separator {
    margin-top: 10px;
    margin-bottom: 0;
}
.category-list-item {
    color: #337ac6;
}
.share {
    margin-top: 1em;    
    margin-bottom: 1em;
    border-top: 1px solid #ecf0f1;
    border-bottom: 1px solid #ecf0f1;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: right;
}
.share-message {
    display: inline;
    text-transform: uppercase;
}
.author-area {
    margin-bottom: 2em;
}
.article-title {
    font-size: 1.7em;
    line-height: 1.2em;
    margin-top:10px;
    margin-bottom: 0;
}
.article-date {    
    font-size: 1.0em;
    color: #7f8c9b;
}
.article-link-button {
    font-size: 1.0em;  
    color: #337ac6;
    font-weight: bold;
    text-transform: uppercase;
}
.author {
    text-transform: uppercase;
}
.code-snippet {
    font-family: monospace;
    font-size: 1.1em;
    padding: 0.5em;
    background-color: #eee;
    border-radius: 0.3em;
    border: 1px #d5d5d5 solid;
}
img.article-image {
    width:100%;
    max-width:500px;
}
.navbar {
    background-color: #fff;
    border-bottom:1px solid #ecf0f1;
}
.icon-bar {
    background-color: #337ac6;
}
code {
    color: #235ab6;
}
.blog-pager-left-area,
.blog-pager-center-area,
.blog-pager-right-area {
    display: inline-block;
    width: 30%;
    font-size: 1.1em;
}
.blog-pager-left-area {
    text-align: left;
}
.blog-pager-right-area {
    text-align: right;
}
.blog-pager-center-area {
    font-size: 1.3em; 
}
.blog-pager {
    text-align: center;
    border-top:1px solid #ecf0f1;
    padding-top: 12px; 
    color: #567;
}
.blog-pager-link {
    text-transform: uppercase;
    color: #337ac6;
    font-weight: bold;
}
.blog-pager-link:hover {
    text-decoration: unset;
}
.new-tab-icon {
    width:0.9em;
    margin-left: 5px;
    margin-right: 3px;
    filter: opacity(75%);
}
#dartpad-frame-container,
.dartpad-frame-container {
    display: none;
    position:relative;
    width:100%;
    height:700px;
    margin:10px auto;
}
.dartpad-frame {
    position:absolute;
    width:100%;
    height:100%;
    border-style:none;
}
.show-dartpad-area {
    display: block;
}
.hide-dartpad-area {
    display: none;
}

.code-container { 
    position: relative;
    height:650px;
    margin: 0 0 10px;
    overflow: hidden;
}
.code-block {
    overflow: auto;
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
    width:100%;
    height:100%;
    padding: 9.5px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    white-space: pre-wrap;
    background-color: #f5f5f5;
}
.dartpad-block {
    position: relative;
    width:100%;
    height:100%;
    background-color: #f5f5f5;
}
.code-block-border {
    border: 1px solid #ccc;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-style: none;
}
.ui-preview {
    position:absolute;
    z-index: 100;
    top:25px;
    right:35px;
    border: 1px solid #ccc;
    box-shadow: 3px 3px 7px #bbb;
}
.ui-preview-image {    
    max-width: 450px;
}
.article-image-area {
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: 3px 3px 7px #bbb;
    max-width: 300px;
    margin-right: 30px;
}