
html
{
    height: auto;
    margin: auto;
    width: auto;
    overflow: scroll;
}


.container
{
    position: relative;
    margin: 0 auto;

}


.input_error
{
    margin-left: 20px;
    background-color: rgba(5, 19, 19, 0.85);
    color:aliceblue;
}

#sentiment_table
{

    padding: 20px;
}

table.sentiment_table
{
    margin-top: 50px;
    table-layout: fixed;
    width: 2000;
    text-align: center;
    border-collapse: collapse;
    
    border: 1px black;
    border-collapse: collapse;
    
    background: url("../img/slide/slide-3.jpg") top center;
    color:rgb(255, 214, 102);

    word-spacing: 10px;
}


table.sentiment_table td, th
{
    width: 450px;
    height: 40px;
    border: 1px solid whitesmoke;
}

table.sentiment_table td + td + td + td + td
{
    width: 150px;
}

#explanation_section
{
    margin-top: 50px;
    font-size: larger;
    background-color: rgba(5, 19, 19, 0.7);
    font-weight: bold;
}


#input_section
{
    width: 100%;
    height: calc(100vh - 110px);
    background: url("../img/slide/slide-10.jpg") top center;
    background-size: cover;
    position:relative;
    overflow:scroll;
}

#output_section
{
    width: 100%;
    height: 1750px;
    background: url("../img/slide/slide-13.jpg") top center;
    background-size: cover;
    position:relative;
    overflow:scroll;
}

.output_section h1, .input_section h1
{
    margin-top:30px;
    margin-bottom: 20px;
    margin-left: 30px;
    color: aliceblue;
    font-size:2cm;
    position: relative;
}

.output_section h2, .input_section h2
{
    margin-bottom: 20px;
    margin-left: 30px;
    color: aliceblue;
    position: relative;
}

.output_section h3, .input_section h3
{
    margin-bottom: 20px;
    margin-left: 30px;
    color: aliceblue;
    position: relative;
}

.output_section h4, .input_section h4
{
    margin-bottom: 20px;
    margin-left: 30px;
    color: aliceblue;
    position: relative;
}

.output_section p, .input_section p
{
    margin-bottom: 20px;
    margin-left: 30px;
    color: aliceblue;
    position: relative;
}

#about_word_cloud
{
    background-color: rgba(5, 19, 19, 0.7);
    color: silver;
    font-size: large;
    margin-bottom: 50px;
}

#input_area
{
    margin-left: 75px;
}

.input_box 
{
    padding: 12px;
    font-size: 10px;
    border-width: 1px;
    border-color:rgba(5, 19, 19, 0.7);
    background-color:bisque;
    color: #000000;
    border-style: solid;
    border-radius: 40px;
    box-shadow: 0px 0px 8px rgba(242,241,198,.62);
    text-shadow: 0px 0px 5px rgba(66,66,66,.75);
}

.input:focus 
{
    outline:none;
}

label
{
  font-style: italic;
  font-size: larger;
  font:oblique;
  font-family: Arial, Helvetica, sans-serif;
  color: aliceblue;
}

button
{
    margin-left: 175px;
    margin-top: 30px;
    width: 300px;
    color:rgb(3, 19, 19);
    background-color: lightgray;
}

.submit_button {
	box-shadow: 0px 1px 0px 0px #1c1b18;
	background:linear-gradient(to bottom, lightgray 5%, beige 100%);
	background-color:lightgray;
	border-radius:15px;
	border:2px solid #333029;
	display:inline-block;
	cursor:pointer;
	color:#505739;
	font-size:14px;
	font-weight:bold;
	padding:12px 16px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.submit_button:hover {
	background:linear-gradient(to bottom, beige 5%, lightgray 100%);
	background-color:#ccc2a6;
}
.submit_button:active {
	position:relative;
	top:1px;
}


::-webkit-scrollbar
{
    width: 0px;
    background: transparent;
}