﻿div.HtmlLabel div.help_content {
    padding-top: 10px;
}

div.HtmlLabel div.help_content div.help {
    margin: 5px;
    padding: 3px;
    border: 1px solid #eee;
    float: left;
    height: 25px;
    width: 150px;
    text-align: center;
}

div.HtmlLabel div.help_content div.help:hover {
    border: 1px solid #777;
}

div.HtmlLabel div.help_content hr.help {
    border: 1px dotted #aaa;
}

div.HtmlLabel div.help_content img {
    width: 90%;
    max-width: 960px;
    height: auto;
    border-radius: 4px;
    border: 0px;
}

div.HtmlLabel div.help_content blockquote {
    background-color: #e9f6fc !important;
    padding: 10px 15px;
    border-radius: 4px;
    margin: 10px 0;
    display: block;
}

div.HtmlLabel div.help_content blockquote h5 {
    color: #337ab7;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 7px;
}

div.HtmlLabel div.help_content ul.no-bullets {
    list-style-type: none;
}

/*img.help {
    width: 90%!important;
    max-width: 960px!important;
}*/

div.notice {
    /*display: flex;
    flex-direction: row;*/
}

.notice .ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}