.extraRow1 {
    margin-bottom: 1em;
}

.extraRow2 {
    margin-bottom: 2em;
}

/*CALLOUT*/
.panel.callout {
    border: none;
    margin-bottom: 0;
    background: #f5f4f2;
    text-align: left;
}

/*COURSE OPTIONS TABLE*/
table#courseOptions {
    table-layout: fixed;
    width: 100%;
    border: none;
    border-collapse: separate;
    border-spacing: 10px;
    position: relative;
    left: -10px;
}

    table#courseOptions .clearall {
        clear: both;
        height: 0.3em;
    }

    table#courseOptions thead {
        background: rgba(255,255,255,0.93);
    }

    table#courseOptions th {
        padding: 0;
    }

    table#courseOptions tr {
        background: none;
    }

    table#courseOptions td.departmentTitle {
        padding: 2em 0 1em 0;
    }

    table#courseOptions ul {
        list-style-type: none;
        padding: 0;
        margin: 0.5em 0 2.5em 0;
    }

    table#courseOptions li {
        margin-bottom: 0.5em;
        line-height: 1.5em;
    }

    table#courseOptions td.block {
        position: relative;
        border: 1px solid #373c46;
        vertical-align: top;
        font-size: 0.9em;
        background: #fff;
        height: 105px;
    }

    table#courseOptions td.block.mandatory {
        background: #c0d3d7;
    }

    table#courseOptions td.block.optional {
        background: #c0d3d7;
    }

.linkcell {
    position: absolute;
    left: -11px;
    top: 2.6em;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 10px 5px 0;
    border-color: transparent #373c46 transparent transparent;
}

.blockControl {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: bold;
    border-top: 1px solid #373c46;
}

    .blockControl.warning {
        background: #dd2277;
        padding: 0.5em 0;
    }

    .blockControl a {
        display: block;
        padding: 0.5em 0;
    }

    .blockControl a:hover {
        background: #c0d3d7;
        margin: 0;
    }

div#formControls {
    padding: 1.5em 0 0 0;
}

div#formControls ul.inline-list li {
    margin-left: 0;
    margin-right: 10px;
}


/*LINK BUTTONS*/
a.button {
    padding-top: 0.5em;
}

/*MODAL DIALOG*/
.reveal-modal-bg {
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.90);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }

.reveal-modal {
  background-color: #FFFFFF;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  padding: 1.875rem;
  border: 2px solid #c8d7e6;
}

@media only screen and (max-width: 40em) {
    .reveal-modal {
      min-height: 100vh; } }
  .reveal-modal .column, .reveal-modal .columns {
    min-width: 0; }
  .reveal-modal > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal {
      left: 0;
      margin: 0 auto;
      max-width: 62.5rem;
      right: 0;
      width: 90%; } }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal {
      top: 0; } }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal.small {
      left: 0;
      margin: 0 auto;
      max-width: 62.5rem;
      right: 0;
      width: 40%; } }

.reveal-modal .close-reveal-modal {
   color: #c8d7e6;
   cursor: pointer;
   font-size: 2.5rem;
   font-weight: bold;
   line-height: 1;
   position: absolute;
   top: 0.625rem;
   right: 1.375rem; }


/*ALERT BOXES*/
.alert-box {
    z-index: 100;
    border-style: solid;
    border-width: 1px;
    display: block;
    font-size: 0.8125rem;
    font-weight: normal;
    margin-top: 1.25rem;
    margin-right: 1.25rem;
    padding: 0.875rem 1.5rem 0.875rem 0.875rem;
    position: fixed;
    bottom: 20px;
    right: 0;
    transition: opacity 300ms ease-out;
    background-color: #008CBA;
    border-color: #0078a0;
    color: #FFFFFF;
}
.alert-box .close {
    right: 0.25rem;
    background: inherit;
    color: #333333;
    font-size: 1.375rem;
    line-height: .9;
    margin-top: -0.6875rem;
    opacity: 0.3;
    padding: 0 6px 4px;
    position: absolute;
    top: 50%;
}
.alert-box .close:hover, .alert-box .close:focus {
    opacity: 0.5;
}

.alert-box.success {
    background-color: #43AC6A;
    border-color: #3a945b;
    color: #FFFFFF;
}
.alert-box.alert {
    background-color: #f04124;
    border-color: #de2d0f;
    color: #FFFFFF;
}

.alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #FFFFFF;
}

.alert-box.alert-close {
    opacity: 0;
}

/*VIEW CONTROLS*/
div.viewControl a {
    cursor: pointer;
    text-decoration: none;
}

.viewControlIcon {
    border-left: 1px solid #373c46;
    padding: 0 0.5em;
    margin-left: 0.5em;
    font-weight: bold;
}

/*NICER RADIO BUTTONS*/
[type="radio"],[type="checkbox"] {
  width: 1.5em;
  height: 1.5em;
  vertical-align: -0.25em;
  border: 0.125em solid #000;
}

/*alert buttons*/
.button.alert {
	background: #d27;
}
