.tx_asm_record > div {
    display: inline-block;
    line-height: 20px;
    min-width: 100px;
}

.tx_asm_record > div:first-child {
    width: 300px;
}

.tx_asm_record a {
    cursor: pointer;
    text-decoration: underline;
}

.add_block, .edit_block {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -180px;
    background-color: #888888;
    border-radius: 5px;
    padding: 20px;
    border: 2px solid #555;
}

.add_block p, .edit_block p {
    margin: 2px;
    display: inline-block;
    width: 125px;
}

.add_block input, .edit_block input {
    width: 200px;
}
.addAccountBtn {

}
.add_block button, .addAccountBtn, .editAccountBtn, .edit_block button {
    width: 145px !important;
    height: 22px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
}
.cancel_btn {
    width: 148px !important;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    background-color: #AAA;
    height: 21px;
    display: inline-block;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    float: right;
}
.sn_name{
    /*text-align: center;*/
    color: white;
    font-weight: bold;
    display: inline-block;
    width: 95px;
    font-size: 14px;
}
.add_block select, .edit_block select {
    width: 200px;
    position: relative;
    left: -3px;
}
.popup_name{
    text-align: center;
    color: white;
    font-weight: bold;
    width: 100%;
    display: block;
    font-size: 16px;
    height: 20px;
    vertical-align: top;
    margin-bottom: 7px;
}
.screenr_container {
    height: 79px;
    background-color: #AAA;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
}
.screenr_container textarea {
    width: 200px;
    display: inline-block;
}
.sh_utlt_header {
    min-width: 790px;
}
.sh_utlt_header p{
    display: inline-block;
    /*border: 1px solid black;*/
    padding-left: 10px;
    padding-right: 10px;
}
.sh_utlt_header > div {
    width: 49%;
    border-radius: 3px;
    /*border: 2px solid white;*/
    /*padding: 10px;*/
    background-color: #aaaaaa;
}
.sh_utlt_header .post {
    float: left;
    height: 40px;
}
.sh_utlt_header .account_sets {
    float: right;
    height: 40px;
}
.account_sets img {
    /*float: right;*/
    position: relative;
    top: 7px;
    right: 10px;
}
.sh_utlt_header select {
    width: 200px;
}
.post_header {
    background-color: #efefef;
    height: 80px;
    /*border: 3px solid #AAA;*/
    /*border-radius: 3px;*/
    padding: 20px;
    padding-bottom: 10px;
    /*border-bottom: none;*/
    /*border-bottom-right-radius: 0px;*/
    /*border-bottom-left-radius: 0px;*/
}
.post_header img.tw {
    background-color: white;
    /*margin: 20px;*/
    border-radius: 10px;
    padding: 5px;
    border-top: 3px solid green;
    border-left: 3px solid green;
    float: left;
}
.post_header .options {
    margin-left: 110px;
}
.post_header .options select {
    width: 200px;
}
.post_header .options select input {
    padding-top: 20px;
}
.post_header div a img {
    position: relative;
    top: 7px;
}
.share_post {
    height: 110px;
    overflow: hidden;
    /*border: 3px solid #AAA;*/
    /*border-radius: 3px;*/
    /*border-top: none;*/
    /*border-top-left-radius: 0px;*/
    /*border-top-right-radius: 0px;*/
}
.social_share{
    border: 3px solid #AAA;
    border-radius: 3px;
    margin-top: 10px;
    min-width: 890px;
}
.share_post textarea {
    margin: 0px 0px 3px 0px;
    float: left;
    width: 500px;
}
.publish_mode {
    margin-left: 10px;
    margin-top: 28px;
    float: left;
    width: 350px;
}
input[type="checkbox"].social_checkbox{
    -moz-appearance:none;
    -webkit-appearance:none;
    -o-appearance:none;
    width: 40px;
    height: 40px;
    background-image: url(../images/checkbox.png);
    margin-top: -10px;
    border:none;
}
input[type='checkbox'].social_checkbox:checked{
    background-image: url(../images/checkbox_checked.png);
}
.checkbox_title{
    display: inline-block;
    color: #868686;
    font-size: 18px;
    position: relative;
    top: 7px;
}
.social_button{
    width: 209px;
    height: 55px;
    display: inline-block;
    margin: 10px;
    border:none !important;
}
.social_button:active{
    opacity: 0.7;
}
.delete_all.social_button{
    background-image: url("../images/delete_all.png");
}

.publish_all.social_button{
    background-image: url("../images/publish_all_and_close.png");
}