/***********************************************
Application Style Rules
************************************************/


@media only screen and (max-width: 400px) {
	
	
}

@media only screen and (min-width: 768px) {
	
  .footable td.hide-for-large,
  .footable th.hide-for-large {
	  display: none !important;
	  }
	  
}

.modal {
    border: 12px solid #4c88e1;
    margin-top: 45px;
}

    .modal h2 {
        color: #4c88e1 !important;
    }

    .modal a.close-modal {
        top: 4.5px;
        right: 4.5px;
    }

/* This may be needed after Foundation is deprecated*/
.main {
    margin-top: 45px;
}

#close-feedback-message {
    width: 120px;
}

#feedbackModal div.padded-top.row {
    padding-right: 30px;
}