@charset "utf-8";
/* CSS Document */

input {
    text-align: left;
    padding: 0px 10px;
    height: 18px;
    line-height: 18px;
    font-size: 18px;
}
input:hover {
    background-color: lightgray;
}
table,tr,th,td {
    padding: 0px 20px;
    border-collapse: collapse;
    border: 1px solid black;
    text-align: center;
}
tr {
    height: 25px;
}
td {
    background-color: white;
}
th {
    background-color: black;
    color: white;
}
.PageContainer {
    background-color: beige;
    color: black;
}
.LessonParts {
    padding-left: 20px;
}
.LessonText {
    font-size: 20px;
    padding: 0px 30px;
}
.Ingredients {
    width: 300px;
}
.Amounts,.Units {
    width: 40px;
}
.Inputs:hover {
    background-color: lightgray;
}
.Inputs {
    max-width: 200px;
    min-width: 50px;
}
.TableQuestions {
    font-size: 18px;
    width: 500px;
}
.NavButtons {
    height: 25px;
    width: 50px;
    border: 1px solid black;
    line-height: 25px;
    border-radius: 15px;
    background-color:forestgreen;
    color: white;
    float: right;
    text-align: center;
    margin: 10px 40px;
}
.NavButtons:hover {
    background-color: darkgreen;
    cursor: pointer;
}
.CopiedInputs {
    background-color: honeydew;
}
.TableQuestions {
    width: 500px;
    text-align: left;
    background-color: honeydew
}


#Worksheet1 {
    width: 816px;
/*    height: 1054px;*/
    border: 1px solid white;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: left;
}
#TitleBanner {
    background-color: black;
    height: 100px;
    width: 816px;
    display: inline;
    color: white;
}
#PBLMTitle {
    height: 100px;
    line-height: 100px;
    padding: 0px 25px;
    font-size: 25px;
    background-color: darkslategray;
    font-weight: bold;
    width: 200px;
    display: inline-block;
    float: left;
    text-align: center;
}
#LessonTitle {
    width: 300px;
    height: 100px;
    text-align: center;
    display: inline-block;
    float: left;
    font-size: 24px;
    color: black;
    font-weight: bold;
    padding: 25px 0px 0px 0px;
}
#LessonSubjects {
    width: 200px;
    display: inline-block;
    float: right;
    text-align: center;
    height: 100px;
    background-color: darkslategray;
    line-height: 100px;
}
#NameDate {
    display: inline-flex;
    margin: 25px;
}
#Name {
    min-width: 200px;
    display: inline;
    background-color: white;
}
#Date {
    width: 100px;
    display: inline;
    background-color: white;
}
#AddRowButton,#DelRowButton {
    height: 20px;
    width: 20px;
    background-color: white;
    line-height: 20px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid black;
    display: inline-block;
}
#AddRowButton:hover,#DelRowButton:hover {
    background-color: black;
    color: white;
    transition: .5s;
    cursor: pointer;
}
#Weblink,#RecipeDirections {
    width: 600px;
    max-width: 816px;
    background-color: white;
    border: 1px solid black;
    display: inline-block;
    margin-left: 30px;
}
#RecipeDirections {
    min-height: 200px;
}
#P2Q1 {
    max-width: 50px;
}
#Print {
    position: absolute;
    top: 125px;
    margin: 0px;
}
#Ettiquette {
    display: none;
    font-size: 20px;
    width: 400px;
    color: red;
}
#RecipeName {
    background-color: white;
    width: 400px;
    max-width: 816px;
    line-height: 25px;
    height: 25px;
    border: 1px solid black;
    display: inline-block;
    text-align: center;
}
/*Drexting*/
#PhoneScreen {
    width: 300px;
    background-color: black;
    border: 3px solid gray;
    border-radius: 15px;
    height: 500px;
    color: white;
    font-weight: bold;
    position: relative;
}
.Alert {
    margin-top: 200px;
}
.Mom {
    text-align: left;
    margin: 10px 10px;
    background-color: blue;
    padding: 10px;
    max-width: 200px;
    float: left;
    border-radius: 15px 15px 15px 0px;
    display: none;
}
.Child {
    text-align: left;
    margin: 10px 10px;
    background-color: lightcoral;
    padding: 10px;
    max-width: 200px;
    float: right;
    border-radius: 15px 15px 0px 15px;
    display: none;
}
.Time {
    display: none;
}
.Info {
    background-color: honeydew;
}
.SpeedTableQuestions {
    max-width: 300px;
    text-align: left;
    background-color: honeydew;
}

#Icon {
    font-size: 36px;
    color: white;
    background-color: green;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
#Icon:hover {
    cursor: pointer;
}
#TextingArea {
    width: 240px;
    max-width: 240px;
    height: 25px;
    color: black;
    background-color: white;
    border-radius: 15px;
    padding: 0px 10px;
    line-height: 25px;
    text-align: left;
    position: absolute;
    bottom: 10px;
    left: 5px;
    display: none;
}
#SendButton {
    width: 25px;
    height: 25px;
    background-color: green;
    border-radius: 50px;
    line-height: 25px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: none;
}
#SendButton:hover {
    cursor: pointer;
}
#Part2,#Part2A,#Part3,#Back1,#Check,#Print {
    display: none;
}
