.ui-dialog .ui-dialog-titlebar-close
{
  border: none;
  float: right;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #000;
  text-shadow: none;
  filter: alpha(opacity=20);
  opacity: .2;
  background: none;
  margin: -15px 0 0 0;
}
.ui-dialog .ui-dialog-titlebar-close::before
{
  content: "\f00d";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-rendering: auto;
}
.ui-dialog .ui-dialog-titlebar
{
  border: none;
  background: #fff;
}
.ui-dialog .ui-dialog-title
{
  text-shadow: rgba(0, 0, 0, .15) 0 0 1px;
  margin: 0;
  line-height: 1.57142857;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #424242;
}
.ui-dialog .ui-dialog-content
{
  padding: 20px !important;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  line-height: 1.4;
  font-size: 18px;
  color: #616161;
}