.datepicker--cells{display:flex;flex-wrap:wrap}.datepicker--cell{border-radius:4px;box-sizing:border-box;cursor:pointer;display:flex;position:relative;align-items:center;justify-content:center;height:32px;z-index:1}.datepicker--cell.-focus-{background:#f0f0f0}.datepicker--cell.-current-{color:#4eb5e6}.datepicker--cell.-current-.-focus-{color:#4a4a4a}.datepicker--cell.-current-.-in-range-{color:#4eb5e6}.datepicker--cell.-in-range-{background:rgba(92,196,239,.1);color:#4a4a4a;border-radius:0}.datepicker--cell.-in-range-.-focus-{background-color:rgba(92,196,239,.2)}.datepicker--cell.-disabled-{cursor:default;color:#aeaeae}.datepicker--cell.-disabled-.-focus-{color:#aeaeae}.datepicker--cell.-disabled-.-in-range-{color:#a1a1a1}.datepicker--cell.-disabled-.-current-.-focus-{color:#aeaeae}.datepicker--cell.-range-from-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:4px 0 0 4px}.datepicker--cell.-range-to-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:0 4px 4px 0}.datepicker--cell.-range-from-.-range-to-{border-radius:4px}.datepicker--cell.-selected-{border:none}.datepicker--cell.-selected-,.datepicker--cell.-selected-.-current-{color:#fff;background:#5cc4ef}.datepicker--cell.-selected-.-focus-{background:#45bced}.datepicker--cell:empty{cursor:default}.datepicker--days-names{display:flex;flex-wrap:wrap;margin:8px 0 3px}.datepicker--day-name{color:#ff9a19;display:flex;align-items:center;justify-content:center;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.datepicker--cell-day{width:14.28571%}.datepicker--cells-months{height:170px}.datepicker--cell-month{width:33.33%;height:25%}.datepicker--cells-years,.datepicker--years{height:170px}.datepicker--cell-year{width:25%;height:33.33%}.datepickers-container{position:absolute;left:0;top:0}@media print{.datepickers-container{display:none}}.datepicker{background:#fff;border:1px solid #dbdbdb;box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:4px;box-sizing:content-box;font-family:Tahoma,sans-serif;font-size:14px;color:#4a4a4a;width:250px;position:absolute;left:-100000px;opacity:0;transition:opacity .3s ease,transform .3s ease,left 0s .3s;z-index:100}.datepicker.-from-top-{transform:translateY(-8px)}.datepicker.-from-right-{transform:translateX(8px)}.datepicker.-from-bottom-{transform:translateY(8px)}.datepicker.-from-left-{transform:translateX(-8px)}.datepicker.active{opacity:1;transform:translate(0);transition:opacity .3s ease,transform .3s ease,left 0s 0s}.datepicker-inline .datepicker{border-color:#d7d7d7;box-shadow:none;position:static;left:auto;right:auto;opacity:1;transform:none}.datepicker-inline .datepicker--pointer{display:none}.datepicker--content{box-sizing:content-box;padding:4px}.-only-timepicker- .datepicker--content{display:none}.datepicker--pointer{position:absolute;background:#fff;border-top:1px solid #dbdbdb;border-right:1px solid #dbdbdb;width:10px;height:10px;z-index:-1}.-top-center- .datepicker--pointer,.-top-left- .datepicker--pointer,.-top-right- .datepicker--pointer{top:calc(100% - 4px);transform:rotate(135deg)}.-right-bottom- .datepicker--pointer,.-right-center- .datepicker--pointer,.-right-top- .datepicker--pointer{right:calc(100% - 4px);transform:rotate(225deg)}.-bottom-center- .datepicker--pointer,.-bottom-left- .datepicker--pointer,.-bottom-right- .datepicker--pointer{bottom:calc(100% - 4px);transform:rotate(315deg)}.-left-bottom- .datepicker--pointer,.-left-center- .datepicker--pointer,.-left-top- .datepicker--pointer{left:calc(100% - 4px);transform:rotate(45deg)}.-bottom-left- .datepicker--pointer,.-top-left- .datepicker--pointer{left:10px}.-bottom-right- .datepicker--pointer,.-top-right- .datepicker--pointer{right:10px}.-bottom-center- .datepicker--pointer,.-top-center- .datepicker--pointer{left:calc(50% - 10px / 2)}.-left-top- .datepicker--pointer,.-right-top- .datepicker--pointer{top:10px}.-left-bottom- .datepicker--pointer,.-right-bottom- .datepicker--pointer{bottom:10px}.-left-center- .datepicker--pointer,.-right-center- .datepicker--pointer{top:calc(50% - 10px / 2)}.datepicker--body{display:none}.datepicker--body.active{display:block}.datepicker--nav{display:flex;justify-content:space-between;border-bottom:1px solid #efefef;min-height:32px;padding:4px}.-only-timepicker- .datepicker--nav{display:none}.datepicker--nav-action,.datepicker--nav-title{display:flex;cursor:pointer;align-items:center;justify-content:center}.datepicker--nav-action{width:32px;border-radius:4px;user-select:none}.datepicker--nav-action:hover{background:#f0f0f0}.datepicker--nav-action.-disabled-{visibility:hidden}.datepicker--nav-action svg{width:32px;height:32px}.datepicker--nav-action path{fill:none;stroke:#9c9c9c;stroke-width:2px}.datepicker--nav-title{border-radius:4px;padding:0 8px}.datepicker--nav-title i{font-style:normal;color:#9c9c9c;margin-left:5px}.datepicker--nav-title:hover{background:#f0f0f0}.datepicker--nav-title.-disabled-{cursor:default;background:none}.datepicker--buttons{display:flex;padding:4px;border-top:1px solid #efefef}.datepicker--button{color:#4eb5e6;cursor:pointer;border-radius:4px;flex:1;display:inline-flex;justify-content:center;align-items:center;height:32px}.datepicker--button:hover{color:#4a4a4a;background:#f0f0f0}.datepicker--cell-day.-other-month-,.datepicker--cell-year.-other-decade-{color:#dedede}.datepicker--cell-day.-other-month-:hover,.datepicker--cell-year.-other-decade-:hover{color:#c5c5c5}.-disabled-.-focus-.datepicker--cell-day.-other-month-,.-disabled-.-focus-.datepicker--cell-year.-other-decade-{color:#dedede}.-selected-.datepicker--cell-day.-other-month-,.-selected-.datepicker--cell-year.-other-decade-{color:#fff;background:#a2ddf6}.-selected-.-focus-.datepicker--cell-day.-other-month-,.-selected-.-focus-.datepicker--cell-year.-other-decade-{background:#8ad5f4}.-in-range-.datepicker--cell-day.-other-month-,.-in-range-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.1);color:#ccc}.-in-range-.-focus-.datepicker--cell-day.-other-month-,.-in-range-.-focus-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.2)}.datepicker--cell-day.-other-month-:empty,.datepicker--cell-year.-other-decade-:empty{background:none;border:none}.datepicker--time{border-top:1px solid #efefef;display:flex;align-items:center;padding:4px;position:relative}.datepicker--time.-am-pm- .datepicker--time-sliders{flex:0 1 138px;max-width:138px}.-only-timepicker- .datepicker--time{border-top:none}.datepicker--time-sliders{flex:0 1 153px;margin-right:10px;max-width:153px}.datepicker--time-label{display:none;font-size:12px}.datepicker--time-current{display:flex;align-items:center;flex:1;font-size:14px;text-align:center;margin:0 0 0 10px}.datepicker--time-current-colon{margin:0 2px 3px;line-height:1}.datepicker--time-current-hours,.datepicker--time-current-minutes{line-height:1;font-size:19px;font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.datepicker--time-current-hours:after,.datepicker--time-current-minutes:after{content:"";background:#f0f0f0;border-radius:4px;position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.datepicker--time-current-hours.-focus-:after,.datepicker--time-current-minutes.-focus-:after{opacity:1}.datepicker--time-current-ampm{text-transform:uppercase;align-self:flex-end;color:#9c9c9c;margin-left:6px;font-size:11px;margin-bottom:1px}.datepicker--time-row{display:flex;align-items:center;font-size:11px;height:17px;background:linear-gradient(90deg,#dedede,#dedede) left 50%/100% 1px no-repeat}.datepicker--time-row:first-child{margin-bottom:4px}.datepicker--time-row input[type=range]{background:none;cursor:pointer;flex:1;height:100%;padding:0;margin:0;-webkit-appearance:none}.datepicker--time-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}.datepicker--time-row input[type=range]::-ms-tooltip{display:none}.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-moz-range-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-ms-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:focus{outline:none}.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-moz-range-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-ms-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]::-webkit-slider-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-webkit-slider-thumb{margin-top:-6px}.datepicker--time-row input[type=range]::-webkit-slider-runnable-track{border:none;height:1px;cursor:pointer;color:transparent;background:transparent}.datepicker--time-row input[type=range]::-moz-range-track{border:none;height:1px;cursor:pointer;color:transparent;background:transparent}.datepicker--time-row input[type=range]::-ms-track{border:none;height:1px;cursor:pointer;color:transparent;background:transparent}.datepicker--time-row input[type=range]::-ms-fill-lower,.datepicker--time-row input[type=range]::-ms-fill-upper{background:transparent}.datepicker--time-row span{padding:0 12px}.datepicker--time-icon{color:#9c9c9c;border:1px solid;border-radius:50%;font-size:16px;position:relative;margin:0 5px -1px 0;width:1em;height:1em}.datepicker--time-icon:after,.datepicker--time-icon:before{content:"";background:currentColor;position:absolute}.datepicker--time-icon:after{height:.4em;width:1px;left:calc(50% - 1px);top:calc(50% + 1px);transform:translateY(-100%)}.datepicker--time-icon:before{width:.4em;height:1px;top:calc(50% + 1px);left:calc(50% - 1px)}#main{width:calc(100% - 185px)}#navSideBar{padding:20px 21px 20px 20px}@media only screen and (max-width:950px){#navLinkWrap .navLink{width:216px}}.section{display:none}#sectionUserInfo{display:block}#sectionUserInfo .infoWrap{width:auto;clear:none;margin-top:0;margin-bottom:75px}#sectionUserInfo .infoWrap h2{margin-bottom:30px}#sectionUserInfo .infoWrap .info{padding:0}.infoBlock{position:relative;float:left;clear:none;margin-right:25px}.infoBlock:nth-child(2){clear:left;margin-right:50px}.userPhoto{width:125px;height:auto;padding-bottom:125px;margin-right:50px;margin-bottom:50px;-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;background-image:url(../img/userPhoto.jpg);-webkit-background-size:contain;background-size:contain;background-position:50%;background-repeat:no-repeat}#historyWrap,.userPhoto{position:relative;float:left;clear:none}#historyWrap{width:100%}.historyRow{position:relative;float:left;clear:left;font-size:1em;font-weight:700;line-height:1.65em;letter-spacing:inherit;width:97%;padding:1.5%;margin-left:-1px;border-bottom:1px solid #d7d7d7;background-color:#fff}.historyRow:first-child{border-top:1px solid #d7d7d7}.historyRow:after,.historyRow:before{content:"";position:absolute;top:0;right:auto;bottom:auto;left:0;width:1px;height:100%;z-index:3;background-color:#d7d7d7}.historyRow:after{left:auto;right:0}.historyRow .btnReview{float:right;clear:none;margin-top:-2px;z-index:2}@include phablet{.historyRow .btnReview{float:left;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);margin-bottom:20px}}.historyRow .btnReview .btnLabel{color:#323232}.historyBonus,.historyDate,.historyInfo,.historyQuest,.historyQuestAddress,.historyQuestName{position:relative;float:left;clear:none}.historyQuest{width:47.5%;margin-left:2.5%}.historyQuestName{margin-top:3px;line-height:1.35em;cursor:pointer}.historyQuestName a{color:#323232}.historyQuestName a:hover{color:#3200af}.historyQuestAddress{margin-top:5px;line-height:1.35em}.historyInfo{width:350px;float:right;margin-top:8px}.historyBonus,.historyDate{float:right;color:#3200af;margin-top:4px}.historyDate{color:#9b9b9b}.historyBonus{margin:0 25px;margin-top:4px}.historyImg{position:relative;float:left;clear:none;width:48px;height:48px;overflow:hidden;-webkit-border-radius:48px;-moz-border-radius:48px;-ms-border-radius:48px;-o-border-radius:48px;border-radius:48px;cursor:pointer;-webkit-transition:-webkit-transform .35s cubic-bezier(.11,.62,.3,.98);-moz-transition:-moz-transform .35s cubic-bezier(.11,.62,.3,.98);transition:transform .35s cubic-bezier(.11,.62,.3,.98);-webkit-perspective:1000;-moz-perspective:1000;perspective:1000;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}@media screen and (max-width:1024px){.historyImg{width:70px;height:70px;-webkit-border-radius:70px;-moz-border-radius:70px;-ms-border-radius:70px;-o-border-radius:70px;border-radius:70px}}@include phablet{.historyImg{width:100px;height:100px;-webkit-border-radius:100px;-moz-border-radius:100px;-ms-border-radius:100px;-o-border-radius:100px;border-radius:100px;left:50%;margin-top:10px;margin-left:-50px}}.historyImg img{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transform:scale(1.3);-moz-transform:scale(1.3);-ms-transform:scale(1.3);-o-transform:scale(1.3);transform:scale(1.3);-webkit-transition:opacity .35s,-webkit-transform .35s cubic-bezier(.11,.62,.3,.98);-moz-transition:opacity .35s,-moz-transform .35s cubic-bezier(.11,.62,.3,.98);transition:opacity .35s,transform .35s cubic-bezier(.11,.62,.3,.98);opacity:.9}.historyRow:hover .historyImg{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.historyRow:hover .historyImg img{opacity:1;-webkit-transform:scale(1.02);-moz-transform:scale(1.02);-ms-transform:scale(1.02);-o-transform:scale(1.02);transform:scale(1.02)}#userPhoto{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.9;-webkit-border-radius:25px;-moz-border-radius:25px;-ms-border-radius:25px;-o-border-radius:25px;border-radius:25px;-webkit-background-size:100%;background-size:100%;background-position:50%;background-repeat:no-repeat;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:opacity .35s,-webkit-transform .35s cubic-bezier(.11,.62,.3,.98);-moz-transition:opacity .35s,-moz-transform .35s cubic-bezier(.11,.62,.3,.98);transition:opacity .35s,transform .35s cubic-bezier(.11,.62,.3,.98)}#userInfoWrap:hover #userPhoto{opacity:1;-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}.historyQuestAddress{clear:left;color:#9b9b9b;font-size:.8em;font-weight:600;line-height:1.65em;letter-spacing:inherit}.historyRow .review{position:absolute;top:auto;right:0;bottom:0;left:auto;width:auto;margin-bottom:0;margin-left:0;z-index:4;visibility:hidden;opacity:0}.historyRow .reviewWrap{position:relative;float:left;clear:none;width:320px;height:auto;margin:0;padding:25px;z-index:2;overflow:hidden;-webkit-box-shadow:0 0 0 0 transparent;-moz-box-shadow:0 0 0 0 transparent;-ms-box-shadow:0 0 0 0 transparent;-o-box-shadow:0 0 0 0 transparent;box-shadow:0 0 0 0 transparent}.historyRow .iconClose{width:16px;height:16px}.historyRow .likeDontLike{position:relative;float:left;clear:none;width:100%;margin-top:0;z-index:1}.historyRow .checkboxLike{margin-left:0}.historyRow .reviewText{width:100%;height:140px;margin-top:10px;z-index:1;-webkit-box-shadow:0 0 0 1px #c8c8c8 inset;-moz-box-shadow:0 0 0 1px #c8c8c8 inset;-ms-box-shadow:0 0 0 1px #c8c8c8 inset;-o-box-shadow:0 0 0 1px #c8c8c8 inset;box-shadow:inset 0 0 0 1px #c8c8c8}.historyRow .checkboxWrap{margin-left:0;margin-right:10px}.historyRow .reviewBg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background-color:#fff;-webkit-transform-origin:100% 100%;-moz-transform-origin:100% 100%;-ms-transform-origin:100% 100%;-o-transform-origin:100% 100%;transform-origin:100% 100%;-webkit-transform:scale(.442,.12);-moz-transform:scale(.442,.12);-ms-transform:scale(.442,.12);-o-transform:scale(.442,.12);transform:scale(.442,.12);-webkit-box-shadow:0 .065em .2em 0 rgba(0,0,0,.15);-moz-box-shadow:0 .065em .2em 0 rgba(0,0,0,.15);-ms-box-shadow:0 .065em .2em 0 rgba(0,0,0,.15);-o-box-shadow:0 .065em .2em 0 rgba(0,0,0,.15);box-shadow:0 .065em .2em 0 rgba(0,0,0,.15)}.historyRow .btnSendReview{width:auto;float:left;margin:25px 0 0;z-index:1}.questWrap{width:25%;padding-bottom:25%}.questWrap:nth-child(4n):after{content:"";position:absolute;top:0;right:0;bottom:auto;left:auto;width:1px;height:100%;z-index:3;background-color:#c8c8c8}#sectionProfile .userPhoto{width:150px;float:left;clear:left;margin-top:50px;padding-bottom:150px}@media only screen and (max-width:500px){#sectionProfile .userPhoto{margin-bottom:25px}}#sectionProfile #btnChangePhoto{float:left;clear:none;margin-top:50px}@media only screen and (max-width:500px){#sectionProfile #btnChangePhoto{clear:left;margin-top:0;margin-bottom:50px}}#sectionProfile #profileInfo{width:66.66%;margin-top:0}@media screen and (max-width:800px){#sectionProfile #profileInfo{width:100%}}#sectionProfile #formProfile{width:100%;margin-bottom:75px}#formProfile .inputWrap{clear:left}#formProfile #inputLogin .inputTitle{color:#7d7d7d;clear:left}#formProfile .inputBlock{position:relative;float:left;clear:none;width:50%;min-width:200px;max-width:320px}#formProfile .inputBlock:nth-child(2){clear:left;margin-right:25px}@media screen and (max-width:800px){#formProfile .inputBlock{width:100%}}#checkboxSex{width:100%}@media screen and (max-width:272px){#checkboxSex{height:80px}#checkboxSex .checkboxWrap:nth-child(2){margin-left:15px;clear:left}}#checkboxSex .checkboxGroupTitle{position:relative;float:left;clear:left;margin-top:18px;padding:0 15px;font-weight:600;font-size:1em;line-height:.75em;color:#7d7d7d}@media screen and (max-width:320px){#checkboxSex .checkboxGroupTitle{padding-right:10px}}#checkboxSex .checkboxWrap{clear:none;width:auto;margin-top:12px}#checkboxSex .checkboxWrap:nth-child(2){margin-right:15px}@media screen and (max-width:320px){#checkboxSex .checkboxWrap{margin-right:10px}#checkboxSex .checkboxWrap:nth-child(2){margin-right:5px}#checkboxSex .checkboxWrap .checkboxTitle{margin-left:5px}}#formConfirmPhone{width:auto}#inputFb,#inputSkype,#inputVk,#passwordRepeat{border-bottom:1px solid #c8c8c8}#sectionProfile input[disabled=true]{color:#3200af}@media only screen and (max-width:1920px){.questWrap{width:33.33%;padding-bottom:33.33%}.questWrap:nth-child(4n):after,.questWrap:nth-child(5n):after{width:0}.questWrap:last-child:after,.questWrap:nth-child(3n):after{content:"";position:absolute;top:0;right:0;bottom:auto;left:auto;width:1px;height:100%;z-index:3;background-color:#c8c8c8}}@media only screen and (max-width:1150px){#main{width:100%}#navSideBar{padding:25px 35px 25px 25px}}@media only screen and (max-width:1050px){.questWrap{width:50%;padding-bottom:50%}.questWrap:nth-child(3n):after,.questWrap:nth-child(4n):after,.questWrap:nth-child(5n):after{width:0}.questWrap:nth-child(2n):after{content:"";position:absolute;top:0;right:0;bottom:auto;left:auto;width:1px;height:100%;z-index:3;background-color:#c8c8c8}}@media only screen and (max-width:1024px){.historyQuest{margin-top:8px;width:auto}.historyRow{width:96%;padding:2%}.historyInfo{margin-top:0;clear:left}.historyQuestAddress{clear:left;line-height:1.2em}#userInfoCard,#userInfoPersonal{width:50%}}@media only screen and (max-width:900px){#sectionProfile p{width:100%}}@media only screen and (max-width:800px){.historyRow{width:95%;padding:2.5%}.historyInfo{clear:left}.historyQuest{margin-left:3.5%}#userInfoCard,#userInfoPersonal{font-size:.8em}#formProfile .inputWrap{width:100%;clear:left;margin-left:0}}@media only screen and (max-width:600px){#userInfoCard,#userInfoPersonal{font-size:1em;width:100%;margin-top:3.5%}.userPhoto{width:150px;padding-bottom:150px}.historyQuest{width:100%;margin:25px 0}.historyQuestAddress,.historyQuestName{width:100%;text-align:center}.historyQuestAddress{margin-top:10px;line-height:1.35em}.historyQuestName{margin-top:0}.questWrap{width:100%;padding-bottom:100%}.questWrap:nth-child(1n):after{content:"";position:absolute;top:0;right:0;bottom:auto;left:auto;width:1px;height:100%;z-index:3;background-color:#c8c8c8}.historyRow{width:90%;padding:5%}.historyRow .review{bottom:80px;left:50%;right:auto;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.historyRow .reviewBg{-webkit-transform-origin:50% 100%;-moz-transform-origin:50% 100%;-ms-transform-origin:50% 100%;-o-transform-origin:50% 100%;transform-origin:50% 100%}.historyDate{float:left}.historyBonus,.historyDate,.historyInfo{text-align:center;width:100%}.historyBonus,.historyDate{float:left;height:30px;line-height:30px;margin-left:0;margin:0}}@media only screen and (max-width:480px){.historyRow .review{width:100%}.historyRow .reviewWrap{width:85%;padding:7.5%}.historyRow .checkboxWrap{clear:left}}