/*
 * Above this size, we consider that we are on a desktop with hovers and clicks.
 * Below this size, we consider that we are on a tablet or phone.
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
}
.c-hidden {
  display: none !important;
}
.l-convert {
  margin: 10px 0;
}
.l-convert-settings {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.l-convert-settingsParameterWrap {
  display: flex;
  margin: 5px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.l-convert-settingsParameter {
  overflow: hidden;
  border: #00008B solid 1px;
  border-radius: 10px;
  background-color: #87CEEB;
  background: linear-gradient(#fff, #87CEEB);
}
.l-convert-settingsParameterLabel {
  padding: 5px 10px;
  font-family: 'Droid Serif', serif;
}
.l-convert-settingsParameterSelect {
  height: 100%;
  max-width: 150px;
  border: none;
  border-left: #00008B solid 1px;
  background-color: #87CEEB;
  background: linear-gradient(#fff, #87CEEB);
  font-size: 1.2em;
  font-family: 'Oswald', sans-serif;
}
.l-convert-settingsParameterInput {
  width: 55px;
  height: 100%;
  text-align: center;
  font-size: 1.2em;
  font-family: 'Oswald', sans-serif;
}
.l-convert-results {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.l-convert-resultsWrap {
  display: flex;
  margin: 5px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.l-convert-resultsWrap.warning .l-convert-resultsResult {
  border: #B8860B solid 1px;
  border-radius: 10px;
  background-color: #DAA520;
  background: linear-gradient(#fff, #DAA520);
}
.l-convert-resultsWrap.error .l-convert-resultsResult {
  border: #B22222 solid 1px;
  border-radius: 10px;
  background-color: #FF6347;
  background: linear-gradient(#fff, #FF6347);
}
.l-convert-resultsResult {
  padding: 5px;
  border: #008000 solid 1px;
  border-radius: 10px;
  background-color: #90EE90;
  background: linear-gradient(#fff, #90EE90);
}
.l-convert-resultsResultLabel {
  font-family: 'Droid Serif', serif;
}
.l-convert-resultsResultValue {
  display: inline;
  font-size: 1.2em;
  font-family: 'Oswald', sans-serif;
}
.l-convert-resultsNoSolution {
  padding: 8px;
  border: #B22222 solid 1px;
  border-radius: 10px;
  background-color: #FF6347;
  background: linear-gradient(#fff, #FF6347);
  font-family: 'Oswald', sans-serif;
  text-align: justify;
}
.l-convert-resultsResultDescription {
  font-family: 'Droid Serif', serif;
}
.l-convert-resultsResultTakings {
  list-style-type: circle;
}
.l-convert-resultsResultTaking {
  padding: 4px 0;
  margin-left: 25px;
  font-size: 1.1em;
  font-family: 'Oswald', sans-serif;
}
