@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(/theme/53/forum/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{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{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{color:#5b73c3;}
table.table-forum-threads tr.row-2 span.img-unknown,table.table-forum tr.row-2 span.img-unknown{background-color:#5b73c3;}
