﻿body{overflow-x:hidden;}
#chitietsp_left{width:50%; float:left;}
#chitietsp_left img{width:60%; height:400px; margin-left:100px;}
#chitietsp_right{width:49%; float:right; min-height:400px; border-left:1px dashed #888;}
#chitietsp_right p{color:black; font-size:18px;}
#chitietsp_right h3{text-align:center; color:#115a8a; margin:0; border-bottom:1px solid #888; width:90%; margin:0 auto;}
#chitietsp{background-color:#fff; border-top:2px solid #fff;}
#chitietsp_right .btn{margin-left:10px;}
#motachitiet{border-top:1px solid #e2e0e0;}
#motachitiet h3{text-align:center; color:#262222;}
#motachitiet p{color:#262222; width:80%; margin:0 auto;}
.modal-body input{width:95%; color:black; height:30px; font-size:16px;}
.modal-header{background-color:#6ca6cc;}
input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
#myModal{top:-1000px;}

@media (max-width: 767px) {
    body{overflow:auto;}
    #chitietsp_left img{width:100%; margin:0; height:200px;}
}