.question{
    font-weight: bold;
    word-wrap: break-word;
}

.answer{
    font-style: italic;
    word-wrap: break-word;
}


.front {
    background: rgb(252, 252, 252);
    padding: 50px 50px 50px 50px;

    border:solid 1px #e0e0e0;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright:8px;
    -moz-border-radius-bottomleft:8px;
    -moz-border-radius-bottomright:8px;
    -webkit-border-top-left-radius:8px;
    -webkit-border-top-right-radius:8px;
    -webkit-border-bottom-left-radius:8px;
    -webkit-border-bottom-right-radius:8px;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;
}

.back {
    background: rgb(196, 196, 196);
    padding: 50px 50px 50px 50px;

    border:solid 1px #e0e0e0;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright:8px;
    -moz-border-radius-bottomleft:8px;
    -moz-border-radius-bottomright:8px;
    -webkit-border-top-left-radius:8px;
    -webkit-border-top-right-radius:8px;
    -webkit-border-bottom-left-radius:8px;
    -webkit-border-bottom-right-radius:8px;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;
}


.FlipCard{
    height: 180px;
}

.flashcardCenter{
    min-width: 150px;
    max-width: 500px;

    margin: 0 auto;
    text-align: center;
}
.FlashCardStyle{
    min-width: 300px;
    max-width: 375px;

    margin:auto;
}



.btn_FlashCard{
    width:50px;
    height:50px;
	border : none;
	border-radius : 50px;
    
    font-size: 20px;

	color : #ffffff;
    background-color : #FF9678;
    
    cursor: pointer;
}



.FlashCardButton_Group{
    min-width: 300px;
    max-width: 375px;

    margin:auto;
}

.PlayText{
    font-size:21px;

    cursor: pointer;
    color : #FF9678 !important;
}