@font-face {
  font-family: 'Assistant-AutoPat';
  src: url("../fonts/Assistant-Regular.ttf");
  font-weight: 400;
  font-display: swap; }

@font-face {
  font-family: 'Assistant-AutoPat';
  src: url("../fonts/Assistant-SemiBold.ttf");
  font-weight: 600;
  font-display: swap; }

@font-face {
  font-family: 'Assistant-AutoPat';
  src: url("../fonts/Assistant-Bold.ttf");
  font-weight: 700;
  font-display: swap; }

* {
  box-sizing: border-box; }
  *:before, *:after {
    box-sizing: border-box; }

body {
	display: flex;
	flex-direction: row;
	 color: #4d515a;
  	font-size: 16px;
  	line-height: 24px;
  	background-color: #ecf0f8;
  	font-family: Assistant-AutoPat, sans-serif;
  	overflow-x: hidden;
}

.abcRioButtonLightBlue, .abcRioButton, .abcRioButtonContents {
	background-color: #ecf0f8 !important;
	box-shadow: none !important;
	font-family: Assistant-AutoPat, sans-serif !important;
	font-size: 16px !important;
	letter-spacing: normal !important;
}

.hidden {
	display: none!important;
	transition: display 1s;
}

.clear {
	opacity: 0%;
	transition: opacity 0.5s;
	pointer-events: none;
}

#screen {
	position: fixed;
	top: 97px;
	left: 320px;
	height: 100vh;
	width: calc(100vw - 685px);
	background-color: #ecf0f8;
	z-index: 1000;
}


/****************************CONTAINERS****************************/

#app, #oat {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	min-height: 100vh;
	min-width: 1020px;
}

#left-container {
	position: fixed;
	background-color: #ffff;
	width: 320px;
  top: 0px;
	left: 0px;
	height: 100vh;
	border-radius: 0px;
	z-index: 100;
}

#title {
	font-size: 150%;
	margin-bottom: 10px;
	margin-top: 15px;
	margin-left:15px;
}

.sign-in {
	position: fixed;
	top: 25px;
	right: 25px;
	z-index: 3;
}

.sidebar-element {
	margin-top: 15px;
	margin-left:15px;
}

.user-label {
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

#content {
	counter-reset: claim_counter;
	counter-reset: figure_counter;
	position: absolute;
	top: 0px;
	left: 320px;
	width: calc(100% - 670px);
	min-height: 100vh;
}

.info-container {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 335px;
	margin-right: 15px;
	margin-top: 97px;
	padding-left: 10px;
	padding-right: 10px;
	background: white;
	display: flex;
	flex-direction: column;
	border-radius: 3px;
	box-shadow: 0px 3px 10px 0px rgba(119, 119, 119, 0.1);
}

.feature-header, .claim-number-header, .figure-number-header {
	text-align: center;
	margin: 15px;
	margin-bottom: 0px;
}

.feature-header {
	border-top: 2px solid gray;
}

.nav {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.nav-button {
 	padding: 5px;
 	text-align: center;
 	font-size: 16px;
 	width: 50%;
 	border-radius: 0px;
 	cursor: pointer;
 }

.nav-button:hover {
	color: white;
}

.children {
	margin-left: 20px;
}

/****************************TABS****************************/

.tab-input {
	display: none;
}

.tab {
	padding-bottom: 350px;
}

.tab-header {
	z-index: 2;
	background-color: #ecf0f8;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 97px;
	padding-top: 35px;
	padding-left: 350px;
}

.part {
	display: flex;
	flex-direction: row;
	margin-bottom: 15px;
	padding: 15px;
	border-radius: 3px;
}

/*Redesign*/

h1, h2, h3, h4, h5, h6 {
  font-family: Assistant-AutoPat, sans-serif; }

h1 {
  font-size: 3.3em;
  line-height: 0.95; }

h2 {
  font-size: 1.875em;
  line-height: 1.1;
  color: #456db6;
  font-weight: 600; }

h3 {
  font-size: 24px;
  line-height: 32px; }

h4 {
  font-size: 21px;
  line-height: 27px; }

h5 {
  font-size: 18px;
  line-height: 20px; }

a {
  color: #456db6;
  outline: 0; }
  a:hover {
    color: #456db6;
    outline: 0; }

a:hover, a:active, a:focus {
  outline: 0; }

::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, ::-ms-input-placeholder, ::placeholder {
  color: #4d515a;
  opacity: 1;
  font-size: 16px; }

.main-menu {
	z-index: 200;
	display: flex;
	flex-direction: column;
	position: fixed;
	left: 0px;
	top: 475px;
	width: 320px;
  padding-bottom: 53px;
  margin: 0;
  padding: 0;}
  .main-menu label {
    padding: 17px 45px;
    position: relative; }
    .main-menu label:hover {
      background-color: #ecf0f8; }
      .main-menu label:hover:before {
        content: '';
        position: absolute;
        width: 3px;
        height: 100%;
        background-color: #456db6;
        left: 0;
        top: 0; }
    .main-menu label {
      color: #4d515a;
      font-weight: 600;
      margin: 0px;
      text-transform: uppercase;
      text-decoration: none; }
      .main-menu label:hover {
        color: #4d515a;
        text-decoration: none; }

#logo {
	background-color: #456db6;
	text-align: center;
	padding: 24px;
	z-index: 3;
}

#sidebar {
	padding: 30px 15px 20px;
}

.content-title {
  margin-top: 30px;
}

.sidebar-input:focus {
	outline: none;
}

.detail-outline {
  padding: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #f3f6f9;
  border-radius: 3px;
  position: relative;
  margin-bottom: 25px;
  outline:none;
  min-height: 48px;
  min-width: 150px;
}
.detail-outline input, .detail-outline select, .detail-outline textarea, .detail-outline .select, .detail-outline span {
	background-color: transparent;
	outline: none;
	border: none !important;
	width: 100%;
  resize: none;
}
.detail-outline:before {
	content: attr(title);
	color: #456db6;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	background-color: #fff;
	position: absolute;
	left: 15px;
	top: -8px;
	padding: 0 15px;
	letter-spacing: 0.1em;
}
.detail-outline .select {
	line-height: 41px;
}

.detail-outline.short {
  max-width: 150px;
}
/*
input [type="checkbox"] {
  width: 125px;
}*/

.feature-component input, .feature-info-text div {
    width: 100%;
    font-size: 16px;
    color: #4d515a;
    border: none;
    max-height: 148px;
    overflow-y: hidden;
}

.action-buttons {
	position: fixed;
	left: 0px;
	bottom: 10px;
	width: 300px;
  padding: 0 15px; }
  .action-buttons ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .action-buttons ul li {
      border-style: solid;
      border-width: 2px;
      border-color: #f3f6f9;
      border-radius: 3px;
      background-color: #ecf0f8;
      padding: 10px 10px 10px 80px;
      margin-bottom: 10px;
      position: relative; }
      .action-buttons ul li a {
        text-transform: uppercase;
        font-weight: 600;
        line-height: .9375;
        display: inline-block;
        color: #456db6;
        text-decoration: none; }
      .action-buttons ul li a:before {
        position: absolute;
        height: 30px;
        left: 25px;
        display: block;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;}
      .action-buttons ul li .save-app:before {
        content: url("../img/save.svg");}
      .action-buttons ul li .print-spec:before {
        content: url("../img/print.svg");}
      .action-buttons ul li .print-drawing:before {
        content: url("../img/print-d.svg");}

.action-buttons a:hover {
	color: #4d515a;
}

.user-login {
	z-index: 3;
	position: fixed;
	top: 25px;
	right: 180px;
	width: 120px;}
  .user-login:before {
    content: url("../img/user.svg");
    position: absolute;
    height: 36px;
    left: -50px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto; }
  .user-login a {
    color: #4d515a;
    text-decoration: none; }
    .user-login a:hover {
      text-decoration: none;
      color: #4d515a; }
    .user-login a span {
      color: #456db6;
      font-weight: 600;
      line-height: 1;
      letter-spacing: 0.1em;
      text-transform: uppercase; }

.login-buttons .google-login {
  padding: 24.5px 15px 24.5px 52px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .login-buttons .google-login:before {
    content: url("../img/google.svg");
    position: absolute;
    height: 36px;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto; }
  .login-buttons .google-login a {
    color: #4d515a;
    text-decoration: none; }
    .login-buttons .google-login a:hover {
      text-decoration: none;
      color: #4d515a; }

.claim-number-header:after {
	content: ' ' counter(claim_counter);
}

.dropdown {
  margin-top: 0px !important;
}

.dropdown .dropdown-menu {
	display:block;
	width: calc(100% + 2px);
	padding: 0;
	max-height: 550px;
	overflow-y: auto;
	overflow-x: hidden;
	box-shadow: none;
	border-style: solid;
	border-width: 2px;
	border-color: #f3f6f9;
	border-top: none;
	margin-top: 1px;
	margin-left: -1px;
	margin-right: -1px;
}

.dropdown .dropdown-menu li {
  padding: 10px 30px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.dropdown .dropdown-menu li:hover {
  background-color: #b8bec3;
}

.dropdown.active .claim-category:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.claim-details {
  max-height: calc(100vh - 97px);
  overflow-y: auto;
}

#claimtab {
  border: none;
  outline: 0; }
  #claimtab .nav-item {
    width: 50%;
    text-align: center; }
  #claimtab .nav-link {
    border: none;
    color: #4d515a;
    font-weight: 600;
    background-color: #b8bec3; }
    #claimtab .nav-link.active {
      color: #456db6;
      font-weight: 600;
      background-color: #fff; }

#claimtabcontent {
  background-color: #fff;
  padding: 35px;
  box-shadow: 0px 3px 10px 0px rgba(119, 119, 119, 0.1);
  margin-bottom: 10px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.detail-button:after {
    content: var(--image);
    position: absolute;
    height: 62px;
    width: 62px;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.statutory-class input {
    width: 100%;
	border:none;
    height: 41px;
}

.statutory-class-list {
  margin-top: 10px;
  padding: 0;
  list-style: none; }
  .statutory-class-list li {
    position: relative;
    padding: 10px 50px 10px 30px;
    display: inline-block;
    border-radius: 3px;
    background-color: #f3f6f9;
    margin-right: 10px;
    margin-bottom: 12px; }
    .statutory-class-list li .remove-class {
      cursor: pointer;
      position: absolute;
      height: 15px;
      right: 15px;
      top: -5px;
      bottom: 0;
      margin-top: auto;
      margin-bottom: auto; }
      .statutory-class-list li .remove-class:after {
        content: url("../img/remove.svg"); }


.blue-button {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #456db6;
  border-style: solid;
  border-width: 2px;
  border-color: #f3f6f9;
  background-color: #fff;
  border-radius: 3px;
  padding: 20px;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.blue-button:hover {
	background-color: #ecf0f8;
}
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}

.nav-arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .nav-arrows a {
    font-weight: 600;
    letter-spacing: 0.1em; }
    .nav-arrows a:hover {
      text-decoration: none; }
    .nav-arrows a.hidden {
      color: #b8bec3; }

.nav-arrows a.next:after {
  display: inline-block;
  vertical-align: middle;
  content: url("../img/arrow-right-blue.svg");
  margin-left: 15px; }

.nav-arrows a.hidden.next:after {
  display: inline-block;
  vertical-align: middle;
  content: url("../img/arrow-right-grey.svg");
  margin-left: 15px; }

.nav-arrows a.prev:before {
  display: inline-block;
  vertical-align: middle;
  content: url("../img/arrow-right-blue.svg");
  margin-right: 15px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.nav-arrows a.hidden.prev:before {
  display: inline-block;
  vertical-align: middle;
  content: url("../img/arrow-right-grey.svg");
  margin-right: 15px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.content-title {
  margin-left: 64px;
  margin-bottom: 34px; }


.tab-content {
  flex-direction: column;
  position: relative;
  margin-top: 97px;
  margin-bottom: 97px;
  padding-left: 50px;
  padding-right: 0px;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom:45px;
}

.content-element {
  min-width: 400px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 0px 3px 10px 0px rgba(119, 119, 119, 0.1);
  padding: 25px;
}

.control-buttons-wrap, .control-buttons {
	display: none;
}

.content-unit:hover .control-buttons-wrap {
	display: block;
	position: absolute;
	bottom: 2px;
	right: 15px;
}

.feature:hover .control-buttons-wrap {
	display: flex;
	justify-content: flex-end;
}

.element:hover .control-buttons {
	display: flex;
	flex-direction: column;
}

.delete-feature:hover, .add-feature:hover {
    background-color: white;
}
.delete-feature {
	position: absolute;
	top: -5px;
	right: 27px;
	height: 0px;
	width: 0px;
}
.delete-feature:before {
	content: url("../img/delete.svg");
	display: inline-block;
	height: 27px;
	width: 27px;
}
.add-feature {
	position: absolute;
	top: 15px;
	right: 27px;
	height: 0px;
	width: 0px;
}
.add-feature:before {
	content: url("../img/add-feature.svg");
	display: inline-block;
	height: 27px;
	width: 27px;
}

.element-outline {
  padding: 5px 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #f3f6f9;
  border-radius: 3px;
  position: relative;
}

.element:hover .element-outline {
	border-color: #456db6;
	border-bottom-right-radius: 0px
}

.features-list {
  max-height: calc(100vh - 97px);
  overflow-y: auto; }

.add-claim {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #456db6;
  margin: 15px;
  line-height: 1; }
  .add-claim:hover, .add-figure:hover, .add-part:hover {
    color: #456db6;
    text-decoration: none; }
  .add-claim:before, .add-figure:before, .add-part:before {
    content: url("../img/add-new.svg");
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px; }

.delete-claim {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #b8bec3;
  margin-left: 35px;
  line-height: 1; }
  .delete-claim:hover {
    color: #b8bec3;
    text-decoration: none; }
  .delete-claim:before {
    content: url("../img/trash.svg");
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px; }

.left-menu {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.content {
	margin-left: 320px;
	margin-right: 320px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.claims {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.configuration-part {
	margin-left: 50px;
	padding: 50px;
}

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .left-menu {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 320px;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    max-width: 320px; }
  .content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: calc(100% - 320px); } }

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: calc(100% - 720px); }
  .claims {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 400px;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    max-width: 400px; } }

/****************************OFFICE ACTION****************************/

#oa, #references, #status, #claims {
  display: none;
}

#oa-tab:checked ~ #labels #oa-label,
#claims-tab:checked ~ #labels #claims-label,
#references-tab:checked ~ #labels #references-label,
#status-tab:checked ~ #labels #status-label,
#analysis-tab:checked ~ #labels #analysis-label {
  background: #ecf0f8;
}

#references-tab:checked ~ #content #references,
#claims-tab:checked ~ #content #claims,
#status-tab:checked ~ #content #status,
#analysis-tab:checked ~ #content #analysis {
    display: block;
    z-index: 5;
}

#oa-tab:checked ~ #content #oa {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

.column {
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.column.long input {
  min-width: 250px;
}

#related-tasks {
  width: 240px;
  padding: 5px;
  min-height: 50px;
  background-color: white;
}

.date-button {
  text-align: left;
}

#oa-upload {
  min-width: 260px;
  max-width: 260px;
  min-height: 200px;
  resize: vertical;
}

/*common page elements*/
.info-line {
  display: flex;
  flex-direction: row;
  margin: 10px;
}

#oat .input-name {
  width: 150px;
}

#oat #spacer {
  height: 150px;
}


/*input*/
#oat input[type="date"] {
  width: 190px;
}

/*positioning*/
#oat .flex-column {display: flex; flex-direction: column;}
#oat .flex-row {display: flex; flex-direction: row;}
#oat .right {float: right;}
#oat .left {float: left;}

/*oat*/

.add-button {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 10;
}

#ref-add-button, #rej-add-button {
  margin: 20px;
}

.rejection {
  position: relative;
  display: block;
  padding: 15px;
  margin-top: 15px;
}

.rejection .ref-add-button {
  margin: 15px;

}

.reference {
  min-width: 450px;
  height: auto;
  border-radius: 3px;
  padding: 3px;
  position: relative;
}

.first-row {
  margin: 5px;
}

.ref-input {
  width: 400px;
}

.oat-title {
  width: 62px;
}

.input-div, .citation, .author {
  display: flex;
  flex-direction: row;
  margin-left: 10px;
}

.upload-box {
  margin: 20px;
}

.citation {
  width: 70%;
}

/*claims editor*/

.avoiduploadbox {
  width: -webkit-calc(100% - 360px) !important;
  width:    -moz-calc(100% - 360px) !important;
  width:         calc(100% - 360px) !important;
}

.claimsbuttonwrap {
  width: 99%;
  background: white;
  display: inline-block;
  padding: 10px;
}

.claimsbuttonwrap button {
  margin: 4px;
  border-style: solid;
  border-width: 2px;
  border-color: #f3f6f9;
  border-radius: 3px;
  background-color: #ecf0f8;
  text-transform: uppercase;
  font-weight: 600;
  line-height: .9375;
  display: inline-block;
  color: #456db6;
  text-decoration: none;
}

.claimsbuttonwrap .wordcheckwrapper {
  margin: 4px;
  border-style: solid;
  border-width: 2px;
  border-color: #f3f6f9;
  border-radius: 3px;
  background-color: #ecf0f8;
  text-transform: uppercase;
  font-weight: 600;
  line-height: .9375;
  display: inline-block;
  color: #456db6;
  text-decoration: none;
}

.claimsbuttonsbottom {
  margin-bottom: 20px;
  padding: 10px;
}

.claimsbuttonsbottom button {

}

.claimsbuttonwrap button:hover {
  color: #4d515a;
}

#claimsbody {

}

#claimsdata, #specdata {
  white-space: pre;
  -moz-appearance: textfield-multiline;
  -webkit-appearance: textarea;
  background: white;
  border: 1px solid gray;
  font: medium -moz-fixed;
  font: -webkit-control;
  font-size: 15px;
  line-height: 150%;
  overflow: auto;
  padding: 2px;
  resize: none;
  width: 97%;
  height: 300px;
  margin: 10px;
}

#claimsdata[placeholder]:empty:before, #specdata[placeholder]:empty:before {
    content: attr(placeholder);
    color: #555;
}

#claimsdata[placeholder]:empty:focus:before, #specdata[placeholder]:empty:focus:before {
    content: "";
}

#copybuttons {
    margin-top: 10px;
}

#oat .hidden {display: none;}
#oat .header {font-weight: bold; text-align: center;}
#oat .heading {font-weight: bold; margin: 20px; margin-left: 65px;}
#oat .blue {color: blue;}
#oat .section-title {padding: 10px; margin-left: 25px; font-weight: bold;}

#oat #related-actions {display: flex; flex-direction: column; }
#oat .claim {border: 2px solid black; background-color: rgb(245,245,255)}
#oat .reference-open, #oat .reference-close {position: absolute; left: -20px; font-size: 15px !important; display: inline-block; width: 15px;}
#oat .reference-open {display: none;}
#oat .feature {border: 1px solid black; border-radius: 5px; margin: 5px; min-height: 25px; justify-content: space-between; position: relative; background-color: white}
#oat .feature-column textarea {width: 927px; max-width: 927px; min-width: 927px}
#oat .cite {margin-left: 2px; border: 1px dotted grey; padding: 5px; border-radius: 3px;}
#oat .cite-row {justify-content: space-between;}
#oat .quote-input {width: 920px; max-width: 920px; margin-top: 5px;}
#oat .cs {border-top: 1px solid gray; margin: 1px; padding: 1px;}
#oat .claim-tag {width: 75px; display: inline-block;}
#oat span.delete-claim {margin-left: 20px; color: red;}
#oat .full-input {position: absolute; top: 10px; right: 10px;}
#oat #title-input, #oat #problem-input, #oat #solution-input {width: 250px; max-width: 250px;}
#oat .check {margin-top: 7px;}
#oat .alternate {background-color: rgba(230,230,230,1); margin-top: 2px; margin-bottom: 2px;}
#oat .second-row, #oat .third-row {margin-top: 5px; justify-content: space-between;}
#oat .notes-input {width: 957px; max-width: 957px;}
#oat .description-input {max-width: 260px;}
#oat .feature {padding: 5px;}
#oat .primary-feature-input {position: absolute; top: 5px; left: 5px;}
#oat #file-input {width: 260px;}
#oat #original .cites, #oat #original .primary-feature-input {display: none;}
