/* ****************************************************************************************************************** */ /* *** General *** */ /* ****************************************************************************************************************** */ h2 { text-align: center !important; } .page-header { margin: 40px 0 40px; padding: 0; border-bottom: none; } .otree-btn-next { margin: 40px auto; display: inherit; } .wrapper, .alert { min-width: 500px; max-width: 660px; margin: 0 auto 20px; } /* ****************************************************************************************************************** */ /* *** Instructions *** */ /* ****************************************************************************************************************** */ .instructions { width: 100%; height: 100%; background: rgba(255,255,245,0.25); margin: 40px auto; padding: 20px 20px 10px 20px; position:relative; -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.05) inset; -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.05) inset; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.05) inset; -moz-border-radius: 5px; border-radius: 5px; } /* ****************************************************************************************************************** */ /* *** Decision/Results Table *** */ /* ****************************************************************************************************************** */ .table>thead>tr>th, .table>tbody>tr>td { vertical-align: middle; border: none; } .table { margin-bottom: 0; } .header { background-color: #d1d1d1; } .formfield { min-width: 80px; text-align: center; } .lottery { min-width: 200px; text-align: right; } .lottery_left { min-width: 200px; text-align: left; } .sure_payoff { min-width: 200px; text-align: left; } .center { text-align: center; } .info { padding: 15px; box-shadow: 0 1px 2px rgba(0,0,0,0.15); } input[type="radio"]{ margin: 7.5px; } /* ****************************************************************************************************************** */ /* *** Progress Bar *** */ /* ****************************************************************************************************************** */ .progress { height: 15px; margin-bottom: 30px; } .progress-bar { background-color: rgba(43, 102, 154, 0.20); background-image: linear-gradient(to bottom, rgba(43, 102, 154, 0.1) 0, rgba(43, 102, 154, 0.6) 100%); background-repeat: repeat-x; } label { font-weight: normal; margin-bottom: 4pt; } /* ****************************************************************************************************************** */ /* *** Image and text side-by-side *** */ /* ****************************************************************************************************************** */ .image-txt-container { display: flex; align-items: center; flex-direction: row; } /* ****************************************************************************************************************** */ /* *** for the next and back buttons *** */ /* ****************************************************************************************************************** */ .next { float: right; margin: 40px auto; } .back{ float: left; margin: 40px auto; } .page-header { margin: 0px 0 5px; padding: 0; border-bottom: none; text-align: center; } p{ text-align: justify; text-justify: inter-word; } .nav { visibility: hidden; }