/* =========== [TABLE WIDTH] ============ */ .info_cell, .common_cell { width: 180px; padding: 5px; font-size: 11pt; } .group_block, .header_block { text-align: center; } .disciplines_wrapper { margin: 15px; } /* ============ Заголовок дисциплины ============== */ .discipline_groups { margin-left: 25px; } .discipline_header {} .discipline_header .discipline_title { border-bottom: 1px solid #ccc; padding: 3px; font-weight: 700; } .discipline_groups .header_block td { padding: 10px; color: #4fbeec; } .discipline_groups .group_table { margin-bottom: 10px; } /* ============ Настройки цвета ============== */ .discipline_groups .group_block .td_group { color: #4fbeec; } .discipline_groups .group_block .td_count { color: #3A84A6; } .discipline_groups .group_block .td_control { color: #3A84A6; } .discipline_groups .group_block .td_teachers { color: #757575; } /* ============ УКД ========================== */ .show_ukd_btn { margin: 0 auto; display: block; border: 0; padding: 6px 20px; width: 60px; background: #757575; /*#3A84A6;*/ font-weight: bold; font-size: 13px; color: #ffffff; border-radius: 3px; moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; } .show_ukd_btn:hover { background: #3399CC; cursor: pointer; } /* ============ Плашка курса ================= */ .discipline_groups .grade_title { border: 2px solid #2bbd19; background: #2bbd19; color: #fff; width: 90px; position: relative; margin-bottom: -2px; padding-bottom: 2px; text-align: center; } /* =========== Внутренние границы ============= */ .discipline_groups .group_block .info_cell { /* border-bottom: 1px solid; border-color: #ccc; */ } /* ============ Внешние границы ============== */ .discipline_groups .group_block .common_cell { border-top: 2px solid; border-bottom: 2px solid; border-color: #ccc; } .discipline_groups .group_block .common_cell:last-child { border-right: 2px solid; border-color: #ccc; } .discipline_groups .group_block td:first-child { border-left: 2px solid; border-color: #ccc; } .discipline_groups .group_block:first-child .info_cell { border-top: 2px solid; border-color: #ccc; } .discipline_groups .group_block:last-child .info_cell { border-bottom: 2px solid; border-color: #ccc; }