#workflow,
#available_conversions {
  margin:0 10px;
  padding: 3px 0px;
  line-height:20px;
  border:1px solid #fff;
  background-color:#000;
  border-radius:5px;
  min-height:22px;
  word-wrap:break-word;
}

ul#available_conversions li.conversion,
ul#workflow li.conversion
{
  font-family:Trebuchet ms, Arial, sans-serif;
  border-top:1px solid #f0f0f0;
  border-left:1px solid #f0f0f0;
  border-bottom:1px solid #202020;
  border-right:1px solid #202020;
  background-color:#d0d0d0;
  -moz-border-radius:5px;
  font-weight:bold;
  border-radius:5px;
  padding-left:15px;
  padding-right:15px;
  color:#000;
  margin:3px;
  cursor:pointer;
  list-style-type:none;
  display:inline;
  white-space:nowrap;
}

ul#workflow li.conversion .order {
  border-radius:30px;
  background-color:#000;
  color:#fff;
  padding-left:4px;
  padding-right:4px;
  margin-right:5px;
  font-size:10px;
  text-align:center;
  vertical-align:bottom;
}


#content .native ul li.notification {
  font-family:Trebuchet ms, Arial, sans-serif;
  /*font-size:12px;*/
  font-style:italic;
  list-style-type:none;
  text-align:center;
}

.subtitle {
  font-weight:bold;
  font-family:Trebuchet ms, Arial, sans-serif;
  /*font-size:11px;*/
  margin-top:5px;
}

.native fieldset {
  min-width:0px;
  width:auto;
}

.native fieldset textarea#input {
  width:100%; /* 890px; 930px; */
}

#output {
  overflow-x:auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
  white-space:pre-wrap; /* css-3 */
  white-space:-moz-pre-wrap !important; /* Mozilla, since 1999 */
  white-space:-pre-wrap; /* Opera 4-6 */
  white-space:-o-pre-wrap; /* Opera 7 */
  word-wrap:break-word; /* Internet Explorer 5.5+ */
}

@media only screen and (min-device-width:320px) and (max-device-width:480px), screen and (max-width:500px) {
  ul#available_conversions li.conversion,
  ul#workflow li.conversion {
    display:list-item;
    font-size:16px;
    padding-top:3px;
    padding-bottom:3px;
  }

  ul#workflow li.conversion .order {
    padding-left:7px;
    padding-right:7px;
  }
}

