.license-save {
	width:75px;
	height:75px;
	border-radius: 50%;
	background:orange;
	position:absolute;
	transform:rotate(20deg);
	right:20px;

}

.licenses-top-container {
    min-height:250px;
    background-size: cover !important;
    background-position: center center !important
}

.licenses-top-square {
    height:180px;
    background:white;
    width:180px;
}

.licenses-top-bigtext {
    font-size: 60px;
}

.licenses-middle-container {
    min-height:200px;
}

.licenses-bottom-container {
    min-height:120px;
}

.licenses-list{
    min-height: 98px;
}

.licenses-list ul li{
    padding: 5px;
}

.licenses-price-txt {
    font-size: 43px;
}

.licenses-buy-button {
    position: absolute;
    bottom: -15px;
    height: 40px;
    background: white;
    line-height: 40px;
    border-radius: 5px;
    padding-left: 40px;
    padding-right: 40px;
    cursor:pointer;
}
.licenses-edit-button {

    bottom: -15px;
    height: 40px;
    background: white;
    line-height: 40px;
    border-radius: 5px;
    padding-left: 40px;
    padding-right: 40px;
    cursor:pointer;
}

.licenses-create-button {
    height: 40px;
    background: white;
    line-height: 40px;
	border-radius: 5px;
	width: fit-content;
	margin-bottom: 30px;
	color: #6b9696;
    padding-left: 40px;
    padding-right: 40px;
    cursor:pointer;
}

.licenses-buy-button:hover, .licenses-edit-button:hover, .licenses-create-button {
	background: #f1f1f1;
}

.licenses-wrapper {
    margin-bottom:60px;
}

.license-playicon-container {
    width:50px;
    height:50px;
    right:15px;
    bottom:15px;
    background:rgba(0,0,0,0.3)
}

.license-playicon {
    height:25px;
    font-size: 25px;
    color: white;
}

.lh-30 {
    line-height:30px;
}

.licenses-dot {
    height:7px;
    width:7px;
}

.license-info {
    height:60px;
}

.license-trial {
    background: url(/img/backgrounds/licenses/trial.png) no-repeat center;
    background-size: cover;
    width: 100px;
    height: 100px;
    right: 0;
    top: 0;
}

.license-trial-small {
    background: url(/img/backgrounds/licenses/trial.png) no-repeat center;
    background-size: cover;
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
}

.license-boxinclusive {
    background: url(/img/backgrounds/licenses/boxincl.png) no-repeat center;
    background-size: cover;
    width: 120px;
    height: 120px;
    right: 0;
    top: 0;
}

.licenses-gradient {
    background: linear-gradient(90deg, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0) 100%);
}

.license-60 {
    background:url('/img/backgrounds/licenses/60days.png') no-repeat center;
    background-size: cover;
    width:60px;
    height:60px;
}

.license-x5 {
    background:url('/img/backgrounds/licenses/x5.png') no-repeat center;
    background-size: cover;
    width:60px;
    height:60px;
}

.license-table {
    width: 100%;
}

.license-table th,
.license-table td {
    padding: 15px;
    min-width: 60px;
    max-height: 50px;
    border-bottom: 1px solid grey;
}

.license-table tr:last-child td{
    border-bottom: none;
}

.license-table td:nth-child(even) {
    background: rgba(107,147,147,0.1);
}

.license-table-txtunder {
    padding: 5px!important;
}

.license-table-txtunder p {
    font-size: 11px;
    margin: 0px;
}

th.license-table-ammount {
    padding: 0px!important;
    width: 20px;
}

td.license-table-ammount {
    padding: 0px!important;
}

.license-table-ammount input {
    border: none;
    border-radius: 5px;
    padding: 5px;
    width: 45px;
    height: 35px;
}

.licenses-txt-xl {
    font-size: 23px;
}
