/*!
 * jQuery UI CSS Framework 1.11.0-beta.1
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
@import "base.css";
@import "theme.css";
.img-left{float:left; margin-left:10px; margin-bottom:30px;}
.text-right {
    font-size: 20px;
    font-style: italic;
    margin-left: 256px;
    padding-top: 152px;
}
@media only screen and (max-width: 666px) {
.img-left{width:100%; text-align:center;}
.text-right {  margin-left: 10px;  padding-top: 0px;float:left;width:100%; padding-bottom:30px;}


}