/* =============================================== */ /* General */ /* =============================================== */ .consent p { font-size: 21px; line-height: 1.7; } /* Headings */ .consent h1, .consent h2, .consent h3 { font-size: 24px; } /* Increase overall text size */ body { font-size: 18 px; /* try 18–20px */ line-height: 1.6; } /* Paragraphs */ p { font-size: 1.05em; } /* Form labels */ .otree-form label { font-size: 1.1em; } /* Radio / checkbox text */ .otree-form .controls { font-size: 1.1em; } /* Buttons */ .btn { font-size: 1.1em; padding: 10px 18px; } /* =============================================== */ /* Results */ /* =============================================== */ .table { width: 100%; margin-bottom: 0; } th, td { text-align: center; } .card-info { padding: 15px; box-shadow: 0 1px 2px rgba(0,0,0,0.15); margin-top: 15px; margin-bottom: 15px; }