/**
 * @project     OTRS (http://www.otrs.org) - Installer
 * @copyright   OTRS AG
 * @license     AGPL (http://www.gnu.org/licenses/agpl.txt)
 */

/**
 * @package     Skin "Default"
 * @section     Installer
 */

@media screen,projection,tv,handheld {

#InstallerContinueWithJS {
    display: none;
}

#InstallerContinueWithJS form {
    display: inline;
}

div.License {
   font-family: monospace;
   white-space: pre;
   border: 1px solid #000;
   background-color: #FFF;
   width: 600px;
   height: 500px;
   overflow-x: scroll;
   text-align: left;
   padding: 5px;
   margin: auto;
}

div.DBItem {
   padding: 2px;
   margin-left: 350px;
}

div.Result {
   color: #049e35;
   font-weight: bold;
   padding: 6px 8px 10px;
}

span.Emphasis {
    color: #049e35;
    font-weight: bold;
}

#FormDB fieldset > h4 {
  margin-left: 31%;
  margin-top: 15px;
}

} /* end @media */
