.img_border {
margin: 10px 0;
width: 100%;
max-width: 700px;
height: auto;
}
.img_border img {
border: 1px solid #cccccc;
}
.border_panel{
 padding: 20px;
 border: 1px solid #cccccc;
}
.border_panel .title{
 font-size: 16px;
 font-weight: bold;
 border-bottom: 1px dotted #cccccc; 
 padding-bottom: 5px;
 margin-bottom: 10px;
}
.table_res [class^="atwiki_tr_"] td:first-child{
 min-width: 100px;
 background: #ffdd88;
 text-align: center;
 vertical-align: middle;
 font-weight: bold;
}

/* guide example */
.pre_space_none pre{
 margin: 0;
}
div#atwiki_table_sample tr.atwiki_tr_odd {
color: #fff;
background: #999;
}
div#atwiki_table_sample tr.atwiki_tr_even {
color: #999;
background: #fff;
}
div#atwiki_table_sample2 tr.atwiki_tr_1 {
color: #fff;
background: blue;
}
div#atwiki_table_sample2 tr.atwiki_tr_2 {
color: #fff;
background: #999;
}
div#atwiki_table_sample2 tr.atwiki_tr_3 {
color: blue;
background: #fff;
}
div#atwiki_table_sample2 tr.atwiki_tr_4 {
color: green;
}
div#template_table th{
background: #ffdd88;
text-align: center;
vertical-align: middle;
font-weight: bold;
}
div#template_table tbody tr > td:nth-child(2){
text-align: center;
}
#menubar .guide_search {
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #ececec;
}
#menubar .guide_search > span > a{
    color: #404040;
    font-size: 15px;
    margin-bottom: 5px;
    display: inline-block;
}
#menubar .guide_search .search [name=keyword] {
    padding: 3px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    width: 100%;
    display: block;
    box-sizing: border-box;
    background: url("https://img.atwikiimg.com/www1.atwiki.jp/guide/pub/search_icon.svg") no-repeat;
    background-size: 15px;
    background-position: 5px;
    background-color: #ffffff;
    padding-left: 25px;
}
#menubar .guide_search .search [type=submit] {
    display: none;
}