﻿/* === СТИЛЬ ДЛЯ ФОРУМА О ДИЕТЕ И ПИТАНИИ === */
/* Основано на original subSilver Theme, адаптировано для темы здорового питания */

body {
    background-color: #F0F7F3; /* Светлый зеленоватый фон */
    scrollbar-face-color: #8FC1A9; /* Зеленый для скроллбара */
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #6BA98A;
    scrollbar-3dlight-color: #A8D5BA;
    scrollbar-arrow-color: #4A8C6D; /* Темно-зеленый */
    scrollbar-track-color: #E0F0E8;
    scrollbar-darkshadow-color: #4A8C6D;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><pattern id="leafPattern" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M10,2 Q15,0 18,5 Q20,10 15,15 Q10,20 5,15 Q0,10 2,5 Q5,0 10,2 Z" fill="%238FC1A9" opacity="0.1"/></pattern><rect width="100" height="100" fill="url(%23leafPattern)"/></svg>'); /* Листовой паттерн */
    margin: 0;
    font-family: 'Segoe UI', 'Verdana', 'Arial', sans-serif;
    color: #2D5C4A;
    line-height: 1.6;
}

font, th, td, p { 
    font-family: 'Segoe UI', 'Verdana', Arial, Helvetica, sans-serif;
    color: #2D5C4A;
}

a:link, a:active, a:visited { 
    text-decoration: none; 
    color: #4A8C6D; /* Здоровый зеленый */
    font-weight: 500;
    border-bottom: 1px dotted #8FC1A9;
    transition: all 0.3s ease;
}

a:hover { 
    text-decoration: none; 
    color: #FF7B54 !important; /* Оранжевый цвет фруктов */
    border-bottom: 2px solid #FF7B54;
    background-color: #FFF9F5;
}

hr { 
    height: 0px; 
    border: solid #A8D5BA 0px; 
    border-top-width: 2px;
    border-top-style: dotted;
    margin: 25px 0;
}

.small {
    font-family: 'Segoe UI', Verdana, Arial; 
    font-size: 10pt;
    color: #6BA98A;
}

.dats { 
    FONT-SIZE: 10pt; 
    color: #4A8C6D; 
    font-family: 'Segoe UI', Verdana, Arial, Helvetica, sans-serif;
}

.bodyline { 
    background-color: #FFFFFF; 
    border: 2px solid #A8D5BA;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(139, 195, 165, 0.15);
    padding: 20px;
    margin: 15px 0;
}

.forumline { 
    background-color: #FFFFFF; 
    border: 2px solid #8FC1A9;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(143, 193, 169, 0.1);
    padding: 15px;
    margin: 20px 0;
}

/* 🥗 ЧЕРЕДОВАНИЕ СТРОК В СТИЛЕ САЛАТА */
td.row1 { 
    background-color: #F7FCF9; /* Очень светлый зеленый */
    border: 1px solid #E0F0E8;
    border-radius: 6px;
}

td.row2 { 
    background-color: #F0F7F3; /* Светлый зеленый */
    border: 1px solid #D8E8DF;
    border-radius: 6px;
}

td.row3 { 
    background-color: #E8F3ED; /* Средний зеленый */
    border: 1px solid #D0E0D7;
    border-radius: 6px;
}

td.rowpic {
    background-color: #4A8C6D;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="50"><linearGradient id="headerGrad" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" style="stop-color:%234A8C6D;stop-opacity:1"/><stop offset="100%" style="stop-color:%236BA98A;stop-opacity:1"/></linearGradient><rect width="200" height="50" fill="url(%23headerGrad)"/><text x="100" y="30" text-anchor="middle" font-family="Segoe UI" font-size="16" font-weight="600" fill="%23FFFFFF">🥗 ФОРУМ О ДИЕТЕ 🥗</text></svg>');
    background-repeat: repeat-x;
    height: 50px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    border-radius: 8px 8px 0 0;
}

/* 🥬 ЗАГОЛОВКИ ТАБЛИЦ */
th {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    background: linear-gradient(to bottom, #6BA98A, #4A8C6D);
    height: 35px;
    padding: 10px 15px;
    border: none;
    border-radius: 8px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-family: 'Segoe UI', 'Trebuchet MS', sans-serif;
}

td.cat, td.catHead, td.catSides, td.catLeft, td.catRight, td.catBottom {
    background: linear-gradient(to right, #8FC1A9, #A8D5BA);
    border: none;
    height: 32px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 14px;
    border-radius: 6px;
    padding: 0 15px;
}

/* 🥑 ЗАГОЛОВКИ СТРАНИЦ */
.maintitle, h1, h2 {
    font-weight: 700;
    font-size: 28px;
    font-family: "Segoe UI", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    line-height: 130%;
    color: #2D5C4A;
    margin: 25px 0;
    padding-bottom: 15px;
    border-bottom: 3px solid #8FC1A9;
    position: relative;
}

.maintitle:before, h1:before {
    content: "🥑 ";
    font-size: 30px;
}

.maintitle:after, h1:after {
    content: " 🥦";
    font-size: 30px;
}

h2 {
    font-size: 22px;
    color: #4A8C6D;
    border-bottom: 2px dashed #A8D5BA;
    padding-bottom: 10px;
}

/* 📊 ТЕКСТ РАЗНЫХ УРОВНЕЙ */
.gen { 
    font-size: 15px;
    color: #3D6C55;
    line-height: 1.7;
}

.genmed { 
    font-size: 14px;
    color: #4A8C6D;
    font-weight: 500;
}

.gensmall { 
    font-size: 13px;
    color: #6BA98A;
}

.gen, .genmed, .gensmall { 
    color: #2D5C4A;
}

a.gen, a.genmed, a.gensmall { 
    color: #4A8C6D;
    text-decoration: none;
    border-bottom: 1px dotted #8FC1A9;
}

a.gen:hover, a.genmed:hover, a.gensmall:hover { 
    color: #FF7B54 !important;
    text-decoration: none;
    border-bottom: 2px solid #FF7B54;
}

/* 🧭 МЕНЮ */
.mainmenu { 
    font-size: 14px;
    color: #2D5C4A;
    font-weight: 600;
    background: linear-gradient(to bottom, #FFFFFF, #F0F7F3);
    padding: 10px 18px;
    margin: 0 8px;
    border: 2px solid #A8D5BA;
    border-radius: 25px;
    display: inline-block;
    transition: all 0.3s ease;
}

a.mainmenu { 
    text-decoration: none;
    color: #4A8C6D;
}

a.mainmenu:hover { 
    text-decoration: none;
    color: #FFFFFF !important;
    background: linear-gradient(to bottom, #FF7B54, #FF9A76);
    border-color: #FF7B54;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 123, 84, 0.2);
}

/* 🏷 КАТЕГОРИИ */
.cattitle { 
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #2D5C4A;
    background: linear-gradient(to right, #F0F7F3, #FFFFFF);
    padding: 15px 20px;
    border-left: 6px solid #8FC1A9;
    border-radius: 0 10px 10px 0;
    margin: 20px 0;
}

a.cattitle { 
    text-decoration: none;
    color: #2D5C4A;
}

a.cattitle:hover { 
    text-decoration: none;
    color: #FF7B54;
    background: linear-gradient(to right, #FFFFFF, #FFF9F5);
}

/* 🔗 ССЫЛКИ НА ФОРУМЫ */
.forumlink { 
    font-weight: 600;
    font-size: 16px;
    color: #3D6C55;
    padding: 12px 18px;
    background-color: #F7FCF9;
    border: 1px solid #D8E8DF;
    border-radius: 8px;
    margin: 8px 0;
    display: block;
    transition: all 0.3s ease;
}

a.forumlink { 
    text-decoration: none;
    color: #3D6C55;
}

a.forumlink:hover { 
    text-decoration: none;
    color: #FFFFFF !important;
    background-color: #8FC1A9;
    border-color: #6BA98A;
    transform: translateX(5px);
    box-shadow: 0 4px 10px rgba(143, 193, 169, 0.3);
}

/* 🧭 НАВИГАЦИЯ */
.nav { 
    font-weight: 600;
    font-size: 14px;
    color: #4A8C6D;
    background-color: #F0F7F3;
    padding: 8px 15px;
    border: 1px solid #A8D5BA;
    border-radius: 20px;
    margin: 0 5px;
}

a.nav { 
    text-decoration: none;
    color: #4A8C6D;
}

a.nav:hover { 
    text-decoration: none;
    color: #FFFFFF !important;
    background-color: #FF7B54;
    border-color: #FF9A76;
}

/* 📌 НАЗВАНИЯ ТЕМ */
.topictitle { 
    font-weight: 600;
    font-size: 15px;
    color: #3D6C55;
    background-color: #F7FCF9;
    padding: 10px 15px;
    border-left: 4px solid #8FC1A9;
    border-radius: 0 6px 6px 0;
    margin: 6px 0;
    transition: all 0.3s ease;
}

a.topictitle:link { 
    text-decoration: none;
    color: #3D6C55;
}

a.topictitle:visited { 
    text-decoration: none;
    color: #6BA98A;
}

a.topictitle:hover { 
    text-decoration: none;
    color: #FFFFFF !important;
    background-color: #8FC1A9;
    border-left: 4px solid #FF7B54;
    transform: translateX(3px);
}

/* 👤 ИМЕНА И ДЕТАЛИ */
.name { 
    font-size: 14px;
    color: #2D5C4A;
    font-weight: 600;
    background: linear-gradient(to right, #E8F3ED, transparent);
    padding: 5px 12px;
    border-radius: 15px;
    display: inline-block;
}

.postdetails { 
    font-size: 12px;
    color: #6BA98A;
    background-color: #F0F7F3;
    padding: 4px 10px;
    border: 1px solid #D8E8DF;
    border-radius: 12px;
    display: inline-block;
    margin: 3px;
    font-family: 'Segoe UI', 'Verdana', sans-serif;
}

/* 📝 ТЕЛО СООБЩЕНИЯ */
.postbody { 
    font-size: 15px;
    color: #2D5C4A;
    line-height: 1.7;
    background-color: #FFFFFF;
    padding: 20px;
    border: 1px solid #E0F0E8;
    border-radius: 10px;
    margin: 15px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

a.postlink:link { 
    text-decoration: none;
    color: #4A8C6D;
    border-bottom: 1px dashed #8FC1A9;
}

a.postlink:visited { 
    text-decoration: none;
    color: #6BA98A;
}

a.postlink:hover { 
    text-decoration: none;
    color: #FF7B54 !important;
    border-bottom: 2px solid #FF7B54;
    background-color: #FFF9F5;
}

/* 🍎 ЦИТАТЫ И КОД */
.code { 
    font-size: 14px; 
    color: #2D5C4A;
    background-color: #F7FCF9; 
    border: 2px solid #A8D5BA;
    border-left-width: 6px;
    padding: 18px;
    margin: 18px 0;
    border-radius: 0 8px 8px 0;
    font-family: 'Courier New', 'Consolas', monospace;
    overflow-x: auto;
    box-shadow: inset 0 0 10px rgba(168, 213, 186, 0.2);
}

.quote {
    font-family: 'Georgia', 'Segoe UI', Verdana, Arial, Helvetica, sans-serif; 
    font-size: 15px; 
    color: #3D6C55; 
    line-height: 1.6;
    background-color: #FFF9F5; 
    border: 2px solid #FFD8C9;
    border-left-width: 6px;
    padding: 18px;
    margin: 18px 0;
    border-radius: 0 8px 8px 0;
    font-style: italic;
    box-shadow: inset 0 0 10px rgba(255, 216, 201, 0.2);
}

/* 📄 ФОРМЫ */
input, textarea, select {
    color: #2D5C4A;
    font: normal 14px 'Segoe UI', Verdana, Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    border: 2px solid #A8D5BA;
    border-radius: 8px;
    padding: 10px 15px;
    margin: 8px 0;
    transition: all 0.3s ease;
}

input.post, textarea.post, select {
    background-color: #FFFFFF;
}

input:focus, textarea:focus, select:focus {
    outline: none;
    border-color: #FF7B54;
    box-shadow: 0 0 0 3px rgba(255, 123, 84, 0.1);
}

input { 
    text-indent: 4px;
}

input.button {
    background: linear-gradient(to bottom, #8FC1A9, #6BA98A);
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Segoe UI', Verdana, Arial, Helvetica, sans-serif;
    border: none;
    border-radius: 25px;
    padding: 12px 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(107, 169, 138, 0.3);
}

input.button:hover {
    background: linear-gradient(to bottom, #FF7B54, #FF9A76);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(255, 123, 84, 0.3);
}

input.mainoption {
    background: linear-gradient(to bottom, #4A8C6D, #3D6C55);
    font-weight: 700;
    font-size: 15px;
    padding: 14px 28px;
}

input.liteoption {
    background: linear-gradient(to bottom, #A8D5BA, #8FC1A9);
    font-weight: 500;
    color: #2D5C4A;
}

.helpline { 
    background-color: #FFF9F5; 
    border-style: none;
    color: #FF7B54;
    padding: 12px;
    font-style: italic;
    border-left: 4px solid #FFD8C9;
    border-radius: 0 6px 6px 0;
    font-size: 13px;
}

/* 🍓 СТИЛИ ДЛЯ СКРИПТА WR-FORUM */

/* 1) КНОПКИ НАВИГАЦИИ */
.pgbutt a {
    font-family: 'Segoe UI', Verdana;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    border: 2px solid #A8D5BA;
    background: linear-gradient(to bottom, #FFFFFF, #F0F7F3);
    padding: 10px 18px;
    margin: 6px 4px;
    -moz-border-radius: 25px;
    -khtml-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    color: #4A8C6D;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.pgbutt a:hover {
    background: linear-gradient(to bottom, #8FC1A9, #6BA98A);
    border-color: #6BA98A;
    color: #FFFFFF !important;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(143, 193, 169, 0.3);
}

p { 
    margin: 20px;
} 

TD {
    font-size: 14px;
} 

form { 
    display: inline; 
    margin: 2px; 
    padding: 0px; 
    border: 0px;
}   

input, textarea, input.liteoption, .fakebut {
    border: 2px solid #A8D5BA; 
    background: #FFFFFF; 
    font-size: 14px; 
    font-weight: 500;
    border-radius: 8px;
    padding: 10px 15px;
}

/* 2) QR-CODE */
#qr img {
    width: 45px;
    height: 45px;
    position: fixed;
    right: 20px;
    top: 20px;
    border: 3px solid #8FC1A9;
    padding: 4px;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: all 0.5s ease;
}

#qr img:hover {
    width: 220px;
    height: 220px;
    z-index: 1001;
    padding: 6px;
    border: 4px solid #FF7B54;
    background-color: #FFF9F5;
    box-shadow: 0 8px 25px rgba(255, 123, 84, 0.2);
}

/* 3) АВАТАР ГОСТЯ */
.guestavatar {
    width: 130px;
    height: 130px;
    text-align: center;
    background: linear-gradient(135deg, #8FC1A9, #6BA98A);
    color: #FFFFFF;
    font-size: 60px;
    font-weight: 600;
    display: table-cell;
    border-radius: 25%;
    position: relative;
    vertical-align: middle;
    border: 4px solid #FFFFFF;
    box-shadow: 0 4px 15px rgba(143, 193, 169, 0.4);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

/* 4) АДМИН МЕНЮ */
#nav8, #nav8 ul, #nav8 li {
    margin: 0;
    padding: 0;
    border: 0;
}

#nav8, #nav8 ul {
    background: linear-gradient(to bottom, #FFFFFF, #F0F7F3);
    border: 2px solid #A8D5BA;
    border-radius: 8px;
}

#nav8 {
    border-spacing: 0 0;
    position: relative;
    z-index: 50;
    width: 100%;
}

#nav8 ul {
    position: absolute;
    display: none;
    border: 2px solid #A8D5BA;
    border-radius: 0 0 8px 8px;
    background: linear-gradient(to bottom, #FFFFFF, #F7FCF9);
}

#nav8 td:hover ul {
    display: block;
}

#nav8 ul li {
    list-style: none;
}

#nav8 .right {
    direction: rtl;
}

#nav8 .right ul {
    right: 0;
}

#nav8 .right li {
    direction: ltr;
}

#nav8 a {
    display: block;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    color: #4A8C6D;
    font-weight: 600;
    border-bottom: 1px solid rgba(168, 213, 186, 0.3);
    transition: all 0.3s ease;
}

#nav8 ul a {
    padding: 10px 25px;
    text-align: left;
    background: linear-gradient(to right, #FFFFFF, #F7FCF9);
}

#nav8 td:hover, #nav8 li:hover {
    background: linear-gradient(to bottom, #8FC1A9, #6BA98A);
}

#nav8 td:hover a, #nav8 li:hover a {
    color: #FFFFFF !important;
}

#nav8 td {
    text-align: center;
    padding: 8px;
}

/* 5) ИНДИКАТОР ЗАГРУЗКИ */
#cssbar-wrapper {
    width: 350px;
    height: 24px;
    position: absolute;
    left: 50%;
    margin-top: 30px;
}

#cssbar-border {
    border: 3px solid #8FC1A9;
    height: 100%;
    width: 100%;
    position: relative;
    left: -50%;
    top: -50%;
    padding: 4px 3px;
    background: #F0F7F3;
    border-radius: 12px;
}

#cssbar-whitespace {
    overflow: hidden;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}

#cssbar-line {
    background: linear-gradient(90deg, #8FC1A9, #A8D5BA, #8FC1A9);
    position: absolute;
    height: 100%;
    width: 100%;
    animation: cssbar-slide 3s ease-in-out infinite;
    -o-animation: cssbar-slide 3s ease-in-out infinite;
    -ms-animation: cssbar-slide 3s ease-in-out infinite;
    -webkit-animation: cssbar-slide 3s ease-in-out infinite;
    -moz-animation: cssbar-slide 3s ease-in-out infinite;
    border-radius: 8px;
}

@keyframes cssbar-slide {
    0% { left: -100%; }
    50% { left: 0%; }
    100% { left: 100%; }
}

/* 🥕 ДОПОЛНИТЕЛЬНЫЕ ЭЛЕМЕНТЫ ДЛЯ ДИЕТИЧЕСКОГО ФОРУМА */

/* Пищевые иконки */
.forumlink:before {
    content: "🥗 ";
    font-size: 16px;
}

.topictitle:before {
    content: "🍎 ";
    font-size: 14px;
}

.name:before {
    content: "👤 ";
    font-size: 12px;
}

/* Статусы тем */
.status-new {
    background-color: #FF7B54 !important;
    color: #FFFFFF !important;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    margin-left: 8px;
    font-size: 12px;
}

.status-popular {
    background-color: #FFD166 !important; /* Желтый как лимон */
    color: #2D5C4A !important;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    margin-left: 8px;
    font-size: 12px;
}

.status-important {
    background-color: #EF476F !important; /* Розовый как малина */
    color: #FFFFFF !important;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    margin-left: 8px;
    font-size: 12px;
}

/* Информационные блоки */
.diet-tip {
    background: linear-gradient(to right, #E8F3ED, #FFFFFF);
    border: 2px solid #8FC1A9;
    border-left: 6px solid #4A8C6D;
    padding: 20px;
    margin: 20px 0;
    border-radius: 0 10px 10px 0;
    color: #2D5C4A;
}

.diet-tip:before {
    content: "💡 ";
    color: #FF7B54;
    font-size: 20px;
    margin-right: 10px;
}

.warning-note {
    background: linear-gradient(to right, #FFF9F5, #FFFFFF);
    border: 2px solid #FFD8C9;
    border-left: 6px solid #FF7B54;
    padding: 20px;
    margin: 20px 0;
    border-radius: 0 10px 10px 0;
    color: #2D5C4A;
}

.warning-note:before {
    content: "⚠️ ";
    color: #FF7B54;
    font-size: 20px;
    margin-right: 10px;
}

/* Счетчик калорий (декоративный) */
.calorie-counter {
    font-family: 'Courier New', 'Consolas', monospace;
    font-size: 20px;
    color: #4A8C6D;
    background-color: #FFFFFF;
    padding: 10px 20px;
    border: 3px solid #A8D5BA;
    border-radius: 10px;
    display: inline-block;
    margin: 10px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(168, 213, 186, 0.3);
}

/* Анимация для здоровых элементов */
@keyframes pulse-green {
    0%, 100% { background-color: #F7FCF9; }
    50% { background-color: #E8F3ED; }
}

.healthy-highlight {
    animation: pulse-green 2s infinite;
    border: 2px solid #8FC1A9 !important;
}

/* 🥗 КОПИРАЙТ */
.copyright {
    font-size: 13px;
    font-family: 'Segoe UI', Verdana, Arial, Helvetica, sans-serif;
    color: #6BA98A;
    letter-spacing: -0.5px;
    text-align: center;
    padding: 25px;
    border-top: 2px dashed #A8D5BA;
    margin-top: 40px;
    background-color: #F7FCF9;
    border-radius: 0 0 12px 12px;
}

a.copyright {
    color: #4A8C6D;
    text-decoration: none;
    border-bottom: 1px dotted #8FC1A9;
}

a.copyright:hover {
    color: #FF7B54;
    text-decoration: none;
    border-bottom: 2px solid #FF7B54;
}

/* 📱 АДАПТИВНОСТЬ */
@media (max-width: 1024px) {
    body {
        padding: 10px;
    }
    
    .maintitle, h1, h2 {
        font-size: 24px;
        padding-bottom: 12px;
    }
    
    .bodyline, .forumline {
        padding: 15px;
        margin: 10px 0;
    }
    
    .pgbutt a {
        padding: 8px 14px;
        font-size: 13px;
        margin: 4px 3px;
    }
    
    #qr img {
        width: 40px;
        height: 40px;
        right: 15px;
        top: 15px;
    }
    
    #qr img:hover {
        width: 180px;
        height: 180px;
    }
    
    .mainmenu {
        padding: 8px 14px;
        margin: 0 4px;
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .maintitle, h1, h2 {
        font-size: 20px;
    }
    
    .maintitle:before, .maintitle:after,
    h1:before, h1:after {
        font-size: 24px;
    }
    
    .bodyline, .forumline {
        padding: 12px;
    }
    
    .cattitle {
        font-size: 16px;
        padding: 12px 15px;
    }
    
    .forumlink {
        padding: 10px 14px;
        font-size: 15px;
    }
}