.flashcards {
    outline: none;
    position: relative;
    width: 550px;
    height: 400px;
    background: #0E74F1;
    font-family: arial, helvetica, sans-serif;
    color: white;
    text-align: left;
    overflow: hidden;
    -moz-user-select: none;  /* prevents selection of text and elements on FireFox (see also selectstart event for Safari and IE) */
}

.transcription_button {
    position: absolute;
    left: 428px;
    top: 359px;
    border: 0;
    cursor: pointer;
}

.nikkud_button {
    position: absolute;
    left: 314px;
    top: 359px;
    border: 0;
    cursor: pointer;
}

#hp_end_screen {
    position: absolute;
    width: 100%;
    text-align: center;
}

#hp_end_title {
    position: absolute;
    top: 90px;
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

#hp_end_subtitle {
    position: absolute;
    top: 231px;
    font-size: 18px;
    width: 100%;
    text-align: center;
}

#hp_title_screen {
    position: absolute;
    width: 100%;
}

#hp_title_title {
    position: absolute;
    top: 59px;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

#hp_title_subtitle {
    position: absolute;
    left: 0;
    top: 104px;
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.hp_title_button_label {
    position: absolute;
    text-align: center;
    font-size: 18px;
    width: 104px;
    height: 74px;
    top: 142px;
}

.hp_title_button_label#english_to_hebrew {
    left: 29px;
}

.hp_title_button_label#hebrew_to_english {
    left: 407px;
}

.hp_title_instructions_title {
    position: absolute;
    left: 50px;
    top: 230px;
    font-size: 16px;
    font-weight: bold;
    color: #9BFFF5;
}

.hp_title_instructions_body {
    position: absolute;
    left: 50px;
    top: 238px;
    font-size: 15px;
    color: #9BFFF5;
}

.hp_title_speaker {
    position: absolute;
    left: 93px;
    top: 251px;
}

.hp_title_arrow {
    position: absolute;
    left: 86px;
    top: 274px;
}

#yellow_button {
    position: absolute;
    left: 328px;
    top: 136px;
    cursor: pointer;
}

#blue_button {
    position: absolute;
    left: 119px;
    top: 136px;
    cursor: pointer;
}

#dove {
    position: absolute;
    left: 19px;
    top: 30px;
    width: 80px;
    height: 86px;
}

#dove_image {
    width: 100%;
    height: 100%;
}

#card {
    position: absolute;
    left: 100px;
    top: 72px;
}

#card_image_container {
    position: absolute;
    line-height: 0;
}
    
#card_image {
    width: 370px;
    height: 276px;
}

#card_shade {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 350px;
    height: 256px;
    background: #000099;
}

#card_number_face {
    position: absolute;
    left: 9px;
    top: 12px;
    font-size: 12px;
    color: #003333;
}

#card_number_back {
    position: absolute;
    left: 9px;
    top: 223px;
    font-size: 12px;
    color: #003333;
}

#n_of_m_background {
    position: absolute;
    left: 236px;
    top: 18px;
    height: 24px;
    width: 78px;
    background-color: #003399;
    border-radius: 7px / 11px;
}

#n_of_m {
    position: absolute;
    left: 236px;
    top: 21px;
    height: 24px;
    width: 78px;
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 14px;
}

.card_text {
    position: absolute;
    color: #003333;
    text-align: center;
}

#face_text {
    font-family: "New Peninim MT", Geneva, Arial;
    left: 1px;
    top: 112px;
    width: 349px;
    height: 95px;
    font-size: 30px;
}

#face_speaker {
    position: absolute;
    top: 4px;
    left: 300px;
    cursor: pointer;
}


#back_speaker {
    position: absolute;
    top: 213px;
    left: 300px;
    cursor: pointer;
}

.text_line {
    width: 349px;
    height: 31px;
    font-size: 24px;
}

.text_line#line1 {
    left: 1px;
    top: 24px;
}

.text_line#line2 {
    left: 1px;
    top: 54px;
}

.text_line#line3 {
    left: 1px;
    top: 152px;
}

.text_line#line4 {
    left: 1px;
    top: 192px;
}

#remove {
    position: absolute;
    left: 179px;
    top: 226px;
    cursor: pointer;
}

#back_to_pile {
    position: absolute;
    left: 64px;
    top: 226px;
    cursor: pointer;
}

#save_for_drill {
    position: absolute;
    left: 179px;
    top: 226px;
    cursor: pointer;
}

#back_to_front {
    position: absolute;
    left: 23px;
    top: 226px;
    cursor: pointer;
}

.clipart {
    position: absolute;
}
