@charset "utf-8";

table.table-forum{table-layout:fixed;font:17px/1.42 "Segoe UI",Lato,Verdana,sans-serif;border-spacing:0;border-collapse:collapse;}
table.table-forum *{box-sizing:border-box;}
table.table-forum tr.first{background: #f5f5f5/*#ffeed1*/;}
table.table-forum tr:hover{background-color:#f5f5f5;}
table.table-forum td{overflow:hidden;vertical-align:top;border:none;border-top:1px solid #ddd;padding:22px 10px;font:inherit;}
table.table-forum a.block,table.table-forum a.block:hover,table.table-forum a.block:focus{font:inherit;color:inherit;text-decoration:inherit;display:block;width:auto;height:100%;}
table.table-forum td>a.block:first-child:last-child{margin:-22px -10px;padding:22px 10px;}

table.table-forum td.user img{width:52px;height:52px;border-radius:50%;vertical-align:middle;margin-top:6px;}
table.table-forum td.user span.img-unknown{display:inline-block;width:52px;height:52px;border-radius:50%;vertical-align:middle;margin-top:6px;background:#ccc url(img/unknown-user.png) no-repeat center bottom -2px;}
table.table-forum td.user div{display:inline-block;vertical-align:top;margin-left:10px;width:calc(100% - 70px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
table.table-forum td.replies{text-align:right;}
table.table-forum-threads a.block,table.table-forum-threads a.block:hover{display:block;text-decoration:none;color:inherit;}
table.table-forum-threads tr{cursor:pointer;}
table.table-forum-threads tr:hover{background-color:#f5f5f5;}

table.table-forum-threads tr.row-0 td.thread strong:first-child,table.table-forum tr.row-0 td.thread strong:first-child,table.table-forum-threads tr.row-0 td.user strong:first-child,table.table-forum tr.row-0 td.user strong:first-child,table.table-forum tr.row-0 h3{color:#7ab7da;}
table.table-forum-threads tr.row-0 span.img-unknown,table.table-forum tr.row-0 span.img-unknown{background-color:#7ab7da;}
table.table-forum-threads tr.row-1 td.thread strong:first-child,table.table-forum tr.row-1 td.thread strong:first-child,table.table-forum-threads tr.row-1 td.user strong:first-child,table.table-forum tr.row-1 td.user strong:first-child,table.table-forum tr.row-1 h3{color:#00529b;}
table.table-forum-threads tr.row-1 span.img-unknown,table.table-forum tr.row-1 span.img-unknown{background-color:#00529b;}
table.table-forum-threads tr.row-2 td.thread strong:first-child,table.table-forum tr.row-2 td.thread strong:first-child,table.table-forum-threads tr.row-2 td.user strong:first-child,table.table-forum tr.row-2 td.user strong:first-child,table.table-forum tr.row-2 h3{color:#5b73c3;}
table.table-forum-threads tr.row-2 span.img-unknown,table.table-forum tr.row-2 span.img-unknown{background-color:#5b73c3;}

menu.forum-list{list-style:none;padding:0 1px 1px 0;display:flex;flex-flow:wrap;}
menu.forum-list>li{width:233px;max-width:100%;height:61px;border:1px solid #b4cce1;margin:0 -1px -1px 0;}
menu.forum-list>li>a{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font:700 15px / 1.2 "Segoe UI", Lato, Verdana, sans-serif;overflow:hidden;text-align:center;padding:0 1em;color:#115ea0;text-decoration:none;}
menu.forum-list>li.active>a{color:#e72139;}
menu.forum-list>li>a:hover,menu.forum-list>li>a:focus{background-color:#eee;}

body table.table-forum h3{font:inherit;font-weight:600;}
