@import url(http://fonts.googleapis.com/css?family=Open+Sans);

@media print {
    /* Hide containers in print mode */
    #buzzWords, #output, #cardCreator, #printCards {
        display: none !important;
    }

    div{
        page-break-inside: avoid;
    }

    @page {
        text-align: center;
        margin-top: 100px;
    }
}

body {

    margin: 0;
    padding: 0;
    font-family: "Open Sans", "Helvetica", "Arial", "Lucida Grande", sans-serif;
    min-width: 1000px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#buzzBox {


    margin-top: 50px;
}

#buzzWords {

    width: 100%;
    height: 150px;
    font-size: 25px;
    padding: 15px 15px 15px 15px;
    color: #003047;
    text-align: center;
    /*border: 1px solid #eee;*/
    border: 0;
    background-color: #eee;
    line-height: 1.5em;
    font-family: "Open Sans", "Helvetica", "Arial", "Lucida Grande", sans-serif;
}

#buzzWords:focus {

    /*border: 1px solid #90c4f4;*/
    background-color: #049DD9;
}

#generateCards {

    margin: 15px auto 15px auto;
    background-color: #90c4f4;
    padding: 15px;
    text-align: center;
    width: 70px;
    color: #fff;
    font-size: 19px;
    cursor: pointer;
}

#generateCards:hover {

    background-color: #5093d1;
}

#output {
    text-align: center;
    margin-top: 40px;
}

.term {

    background-color: #4ED963;
    display: inline-block;
    margin: 5px 10px 5px 0;
    padding: 10px;
    cursor: default;
    color: #23612c;
}

#cardCreator {

    text-align: center;
    margin-top: 40px;
}

#goButton {

    padding: 15px;
    margin-top: 40px;
    background-color: #049DD9;
    border: 0;
    cursor: pointer;
    color: #fff;
    font-size: 19px;
    display: inline-block;
    text-decoration: none;
}

#goButton:hover {

    background-color: #00729f;
    color: #fff;
}

#cards {
    margin-top: 50px;
    text-align: center;
}

.card {

    border: 2px solid #333;
    padding: 25px;
    border-radius: 15px;
    margin: 50px 0;
    display: inline-block;
    font-family: 'Open Sans', cursive;
}

.card td {

    text-align: center;
}

.card th {

    font-size: 39px;
    padding: 5px 15px 30px;
    font-weight: 100;
}

#classFooter {

    font-size: 10px;
    padding-top: 25px;
}

#classFooter a {

    color: #bbb;
    text-decoration: none;
}

.buzzWord {

    height: 100px;
    border: 1px solid #333;
    padding: 15px;
    font-size: 19px;
}

.term {

    line-height:40px;
    list-style:none;
    box-sizing:border-box;
}

#printCards {

    width: 250px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    padding: 15px;
    background-color: #008E74;
    color: #fff;
    margin-top: 30px;
}

#printCards:hover {
    background-color: #00c09d;
}