th {
	width: 150px;
}

td input {
	width: 98%;
}

td textarea {
	width: 98%;
	height: 300px;
}

.section-group,
.language-content {
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px dotted darkgrey;
}

#language-field {
	padding-top: 10px;
}

/*div.language-select {
	padding-bottom: 10px;
}
*/
table.category td {
	padding: 8px;
}

/*table.table {
	margin-left: 50px;
}
*/
.remove-lang, .preview{
	float: right;
	display: none;
}

#submit-result {
	font-style: italic;
	color: red;
	padding-top: 15px;
	display: none;
}

#submit-result:before {
	content: '<Server Message> ';
}

/*   Support Main Page   */

.search-section {
/*	margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 1000px;
*/    padding-top: 50px;
    padding-bottom: 50px;	
}


.content-section {
/*	margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 1000px;
*/    padding-bottom: 20px;	
}


form.search {
	width: 80%;
}

form.search input[name="search"] {
    width: 100%;
    font-size: 22px;
    margin: 0;
    height: 50px;
    /*background-color: beige;*/
    opacity: 1;
    padding-left: 40px;	
}

form.search input[type="submit"]{
    display: none;
    height: 50px;
    font-size: 20px;	
}


.support-category {
	font-size: 22px;
	font-weight: 600;
}

.support-article {
	font-size: 16px;
}

.wise-ribbon {
    width: 100%;
    height: 250px;
    background-color: #4285f4;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

h1.support-header {
	color: white;
}

.wise-main {
    margin-top: -200px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.wise-container {
    max-width: 1600px;
    width: calc(100% - 16px);
    margin: 0 auto;
    position: relative;
    top: -200px;
}

.wise-content {
    border-radius: 2px;
    padding: 80px 56px;
    margin-bottom: 80px;
    max-width: 750px;
}

.wise-crumbs {
	position: relative;
	top: -30px;
}

.wise-footer {
	border-top: 1px solid lightgrey;
	padding-top: 20px;
	margin-top: 20px;
}

form.search i.material-icons {
	position:absolute;
	top:147px;
	font-size: 30px;
	padding-left: 5px;
}

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

ul.article-list li:before {
	font-family: 'Material Icons';
	content: '\e14f';  /* content_paste(\e14f) */
	padding-right: 10px;
	position: relative;
	top: 3px;
}

#article-section {
	line-height: 3;
}

table.search-list {
    margin-bottom: 20px;
    width: 100%;
}

tr.search-subject {
    font-size: 20px;
    font-weight: 600;
}

tr.search-context {
    font-size: 16px;
}

tr.article-path {
    font-size: 12px;
    color: lightblue;
}

em {
    font-style: normal;
    background-color: yellow;
}

textarea#message {
    height: 250px;
}


/* MarkDown Preview & Article View */
.wmd-panel {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    min-width: 500px;
    padding-left: 15px;
    margin-top: 10px;
    border-radius: 4px;
    background: none;
    border: solid 1px black;
}

blockquote {
	border-left: 8px solid #ccc;
    margin: 20px 0 30px 25px;
    background: none;
    color: darkgoldenrod;
    font-size: 16px;
    padding: 10px 20px;
    font-style: normal;
}

blockquote:before, blockquote:after {
	content: none;
}

/* ol, ul, p {
	font-size: 16px;
} */

.markdown h1, .markdown h2 {
	margin-bottom: 40px;
}

.markdown h3 {
	margin-bottom: 20px;
}

.markdown h4 {
    margin-top:20px;
}

.markdown ul.nostyle{
    list-style: none;
    padding-left: 5px;
}
.markdown li[class*="nlist-"]:before {
    padding-right:5px;
}
.markdown li.nlist-1:before {
    content: "\2460";
}
.markdown li.nlist-2:before {
    content: "\2461";
}
.markdown li.nlist-3:before {
    content: "\2462";
}
.markdown li.nlist-4:before {
    content: "\2463";
}
.markdown li.nlist-5:before {
    content: "\2464";
}
.markdown li.nlist-6:before {
    content: "\2465";
}
.markdown li.nlist-7:before {
    content: "\2466";
}
.markdown li.nlist-8:before {
    content: "\2467";
}
.markdown li.nlist-9:before {
    content: "\2468";
}
.markdown li.nlist-10:before {
    content: "\2469";
}

.service-heading {
    font-weight: 700;
}

a.mdl-button:hover {
    text-decoration:none;
}

a.page-title {
    font-size: 20px;
    font-weight: 400;
    color: #757575 !important;
    letter-spacing: .02em;
    padding: 0;
}

@media (max-width: 767px){
    .wise-content {
        padding: 20px 20px;
    }

    .wise-container {
        width: 100%;
    }

    .wise-crumbs {
        display: none;
    }
}

.img-thumbnail-20 {
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    position: absolute;    
}
.after-thumnail-20 {
    margin-left: 25px;
}
