﻿@import "/Assets/css/services/examps.css";
.result-div { border: none !important; overflow-x:auto; } .sug { margin-bottom: 15px; color: var(--main-text-color); } .sug span { text-decoration: underline; cursor: pointer; } table { width: 100%; max-width: 800px; border-collapse: collapse; margin: 20px auto; background-color: white; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); border: none; overflow: hidden; } th { padding: 4px 10px; background-color: var(--color2); color: white; font-weight: bold; font-size: 14px; border: none; } .th-title { background-color: transparent; color: var(--main-text-color); } td { padding: 10px; font-size: 14px; text-align: center; color: var(--main-text-color); border: 1px solid #e1e1e1; } td:first-child { border-left: none; text-align: left; font-weight: bold; }  td:nth-child(2) { font-style: italic; color: var(--color2); }  td:last-child { border-right: none; text-align: right; } tr:first-child td { border-top: none; }  tr:last-child td { border-bottom: none; } tr:nth-child(even) td { background-color: #f9f9f9; } tr:hover td { background-color: var(--color1); color: white; cursor: pointer; }