/*
Project: 15-16_54
Activity: 7 - Genesis 1 and 2
Author: Richy Thomas
Palette: Color: Primary Colour: rgba(0, 75, 143, 1) , Secondary Colour: rgba(107, 166, 211, 1)
*/

h2 {
  color: #000!important;
}

.ui-dialog .ui-dialog-titlebar {
  background: rgba(0, 75, 143, 1);
}

.ui-dialog .ui-dialog-buttonpane button {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: rgba(107, 166, 211, 1);
  border: 0;
  box-shadow: none;
  color: #FFF;
  font-size: 1.2em;
  padding: 10px;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .1em 0;
}

#backBtn {
  margin-top: .6em;
}

/* Tablet */
@media(min-width: 768px){



}

/* Desktop */
@media(min-width:992px){



}

/* Large Desktop */
@media(min-width:1200px){



}

/* Print Stylesheet */
@media print {

}